guix_mirror_bot pushed a commit to branch ocaml-team
in repository guix.
commit 7e35d8ce75fb20fa88dd2e660a10170df80ee73f
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Jan 15 10:49:01 2026 -0500
gnu: ocaml5: Add ocaml-sexplib0.
* gnu/packages/ocaml5.scm (ocaml-sexplib0): New variable.
Change-Id: I1033df43f1532f7b6556ed246f9af11a20ac01df
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 fcf148c830..687668ad1c 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -1110,6 +1110,22 @@ ppx_deriving and ppx_type_conv to inter-operate
gracefully when linked
as part of the same ocaml-migrate-parsetree driver.")
(license license:bsd-3)))
+(define-public ocaml-sexplib0
+ (package
+ (name "ocaml5-sexplib0")
+ (version "0.17.0")
+ (home-page "https://github.com/janestreet/sexplib0")
+ (source
+ (janestreet-git-origin "sexplib0" version
+ "1s6bc7hj7zwrrz7m5c994h0zjx69af9lvx5ayjpg7dsy2h9g17a3"))
+ (build-system dune-build-system)
+ (synopsis "Base definition of S-expressions and some converters")
+ (description
+ "Part of Jane Street's Core library. The Core suite of
+libraries is an alternative to OCaml's standard library that was developed by
+Jane Street.")
+ (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