mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add ocaml-time-now.
* gnu/packages/ocaml.scm (ocaml-time-now): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
847960d38a
commit
7c8fcd284b
1 changed files with 25 additions and 0 deletions
|
@ -4180,6 +4180,31 @@ (define-public ocaml-jane-street-headers
|
|||
packages.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ocaml-time-now
|
||||
(package
|
||||
(name "ocaml-time-now")
|
||||
(version "0.14.0")
|
||||
(source
|
||||
(janestreet-origin
|
||||
"time_now" version
|
||||
"0hkn2jw4dz5gflnsblskl5wp6z7zbrahwjmaxmsskfviwjg82cqh"))
|
||||
(build-system dune-build-system)
|
||||
(arguments '(#:tests? #f)) ; no tests
|
||||
(propagated-inputs
|
||||
`(("ocaml-base" ,ocaml-base)
|
||||
("ocaml-jane-street-headers" ,ocaml-jane-street-headers)
|
||||
("ocaml-jst-config" ,ocaml-jst-config)
|
||||
("ocaml-ppx-base" ,ocaml-ppx-base)
|
||||
("ocaml-ppx-optcomp" ,ocaml-ppx-optcomp)))
|
||||
(properties `((upstream-name . "time_now")))
|
||||
(home-page
|
||||
"https://github.com/janestreet/time_now")
|
||||
(synopsis "Reports the current time")
|
||||
(description
|
||||
"Provides a single function to report the current time in nanoseconds
|
||||
since the start of the Unix epoch.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ocaml4.07-ppx-inline-test
|
||||
(package
|
||||
(name "ocaml4.07-ppx-inline-test")
|
||||
|
|
Loading…
Reference in a new issue