guix_mirror_bot pushed a commit to branch ocaml-team
in repository guix.
commit 38258c4823522688ca507aaf583e4862dc62dcc0
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Jan 15 13:38:48 2026 -0500
gnu: ocaml5: Add ocaml-jst-config.
* gnu/packages/ocaml5.scm (ocaml-jst-config): New variable.
Change-Id: I3b46ac5ac1588a8f2bb822882d4e0f0fe8c83cfa
Signed-off-by: Julien Lepiller <[email protected]>
---
gnu/packages/ocaml5.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/ocaml5.scm b/gnu/packages/ocaml5.scm
index 37b27cc581..3de7999191 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -1920,6 +1920,26 @@ a single pass. They automatically detect the character
encoding of the input
stream, and convert everything to UTF-8.")
(license license:bsd-3)))
+(define-public ocaml-jst-config
+ (package
+ (name "ocaml5-jst-config")
+ (version "0.17.0")
+ (source
+ (janestreet-git-origin "jst-config" version
+ "1dy345p6825wyhpv6drlrl9gqwcgx341a5k3pnvfnxpcc6mkw167"))
+ (build-system dune-build-system)
+ (propagated-inputs (list ocaml-base ocaml-ppx-assert ocaml-stdio
+ dune-configurator))
+ (home-page "https://github.com/janestreet/jst-config")
+ (synopsis "Compile-time configuration for Jane Street libraries")
+ (description
+ "Defines compile-time constants used in Jane Street libraries
+such as Base, Core, and Async. This package has an unstable interface; it is
+intended only to share configuration between different packages from Jane
+Street. Future updates may not be backward-compatible, and we do not
+recommend using this package directly.")
+ (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