gnu: Add ocaml-jane-street-headers.

* gnu/packages/ocaml.scm (ocaml-jane-street-headers): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
pukkamustard 2021-06-01 20:23:15 +00:00 committed by Julien Lepiller
parent d0bbac69df
commit 847960d38a
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82

View File

@ -4164,6 +4164,22 @@ Street. Future updates may not be backward-compatible, and we do not
recommend using this package directly.") recommend using this package directly.")
(license license:expat))) (license license:expat)))
(define-public ocaml-jane-street-headers
(package
(name "ocaml-jane-street-headers")
(version "0.14.0")
(source
(janestreet-origin
"jane-street-headers" version
"028yxb4h3iy025iy89v8653m5brh7flrjshghs4x99pd690pmfs7"))
(build-system dune-build-system)
(arguments '(#:tests? #f)) ; no tests
(home-page "https://github.com/janestreet/jane-street-headers")
(synopsis "Jane Street C header files")
(description "C header files shared between the various Jane Street
packages.")
(license license:expat)))
(define-public ocaml4.07-ppx-inline-test (define-public ocaml4.07-ppx-inline-test
(package (package
(name "ocaml4.07-ppx-inline-test") (name "ocaml4.07-ppx-inline-test")