guix_mirror_bot pushed a commit to branch ocaml-team
in repository guix.
commit 89305fb6e1a9f52e6dabe5d31f7d0293e04fee53
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Jan 15 13:28:17 2026 -0500
gnu: ocaml5: Add ocaml-ppx-sexp-conv.
* gnu/packages/ocaml5.scm (ocaml-ppx-sexp-conv): New variable.
Change-Id: I1cc754532867ed733e5a195bc7fd082bec344605
Signed-off-by: Julien Lepiller <[email protected]>
---
gnu/packages/ocaml5.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/ocaml5.scm b/gnu/packages/ocaml5.scm
index 20ea64a286..a576b051bd 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -1819,6 +1819,22 @@ many values).")
packages.")
(license license:expat)))
+(define-public ocaml-ppx-sexp-conv
+ (package
+ (name "ocaml5-ppx-sexp-conv")
+ (version "0.17.0")
+ (home-page "https://github.com/janestreet/ppx_sexp_conv")
+ (source
+ (janestreet-git-origin "ppx_sexp_conv" version
+ "1gdgwxcwrzdkw3pm3azqqygk5kvqphffpz4j6ask4f0jkliv8j45"))
+ (build-system dune-build-system)
+ (propagated-inputs (list ocaml-base ocaml-ppxlib ocaml-ppxlib-jane))
+ (properties `((upstream-name . "ppx_sexp_conv")))
+ (synopsis
+ "@code{[@@deriving]} plugin to generate S-expression conversion
functions")
+ (description "Part of the Jane Street's PPX rewriters collection.")
+ (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