guix_mirror_bot pushed a commit to branch ocaml-team
in repository guix.

commit fa0ada97c577fa64365c2b8487d1af0e53cc509a
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Jan 15 13:24:38 2026 -0500

    gnu: ocaml5: Add ocaml-ppx-js-style.
    
    * gnu/packages/ocaml5.scm (ocaml-ppx-js-style): New variable.
    
    Change-Id: I4be3a76e4b7cb84e229c63f26d60a970bb236250
    Signed-off-by: Julien Lepiller <[email protected]>
---
 gnu/packages/ocaml5.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/ocaml5.scm b/gnu/packages/ocaml5.scm
index 32489b7755..20ea64a286 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -1801,6 +1801,24 @@ many values).")
    (description "Part of the Jane Street's PPX rewriters collection.")
    (license license:expat)))
 
+(define-public ocaml-ppx-js-style
+  (package
+    (name "ocaml5-ppx-js-style")
+    (version "0.17.0")
+    (source
+     (janestreet-git-origin "ppx_js_style" version
+      "0iciy8d1dh97q0fls0jlacx2y9clidlakpkiprv2cbqvxv2p6d7f"))
+    (build-system dune-build-system)
+    (propagated-inputs (list ocaml-base ocaml-octavius ocaml-ppxlib))
+    (properties `((upstream-name . "ppx_js_style")))
+    (home-page "https://github.com/janestreet/ppx_js_style";)
+    (synopsis "Code style checker for Jane Street Packages")
+    (description
+     "This package is a no-op ppx rewriter.  It is used as a
+@code{lint} tool to enforce some coding conventions across all Jane Street
+packages.")
+    (license license:expat)))
+
 ;;;
 ;;; Avoid adding new packages to the end of this file. To reduce the chances
 ;;; of a merge conflict, place them above by existing packages with similar

Reply via email to