opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/time_now" bug-reports: "https://github.com/janestreet/time_now/issues" dev-repo: "git+https://github.com/janestreet/time_now.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/time_now/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.04.2"} "base" {>= "v0.13" & < "v0.14"} "jane-street-headers" {>= "v0.13" & < "v0.14"} "jst-config" {>= "v0.13" & < "v0.14"} "ppx_base" {>= "v0.13" & < "v0.14"} "ppx_optcomp" {>= "v0.13" & < "v0.14"} "dune" {>= "1.5.1"} ] synopsis: "Reports the current time" description: " Provides a single function to report the current time in nanoseconds since the start of the Unix epoch. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/time_now-v0.13.0.tar.gz" checksum: [ "sha256=ea5688418ac1f9426f45c353a3f6f1f79878c73b1b3fb00fe4477753d525e524" "md5=d0b5550426f40b142bf41de5f83745e6" ] }