guix_mirror_bot pushed a commit to branch ocaml-team
in repository guix.
commit b2e1d17f4e232cee1946c027aee722f28e0b3862
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Jan 15 10:30:44 2026 -0500
gnu: ocaml5: Add ocaml-jane-street-headers.
* gnu/packages/ocaml5.scm (ocaml-jane-street-headers): New variable.
Change-Id: I71639b86f252c31a393c731cd86389cc22d022d0
Signed-off-by: Julien Lepiller <[email protected]>
---
gnu/packages/ocaml5.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/ocaml5.scm b/gnu/packages/ocaml5.scm
index 1ecace7e01..0b11a5be31 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -1010,6 +1010,20 @@ when available, or compatible software implementation on
other targets.
See also ocaml_intrinsics library.")
(license license:expat)))
+(define-public ocaml-jane-street-headers
+ (package
+ (name "ocaml5-jane-street-headers")
+ (version "0.17.0")
+ (home-page "https://github.com/janestreet/jane-street-headers")
+ (source
+ (janestreet-git-origin "jane-street-headers" version
+ "0hq29ip8k7vyjrjm5hq9bq6b5cmssqlzcsaqi350sp39xg9bhilw"))
+ (build-system dune-build-system)
+ (synopsis "Jane Street C header files")
+ (description "C header files shared between the various 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