this repo has no description
1opam-version: "2.0"
2maintainer: "Hannes Mehnert <hannes@mehnert.org>"
3authors: "Hannes Mehnert <hannes@mehnert.org>"
4license: "ISC"
5homepage: "https://github.com/hannesm/duration"
6doc: "https://hannesm.github.io/duration/doc"
7bug-reports: "https://github.com/hannesm/duration/issues"
8depends: [
9 "ocaml" {>= "4.04.2"}
10 "dune" {>= "1.0"}
11 "alcotest" {with-test & >= "0.8.1"}
12]
13build: [
14 ["dune" "subst"] {dev}
15 ["dune" "build" "-p" name "-j" jobs]
16 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
17]
18dev-repo: "git+https://github.com/hannesm/duration.git"
19synopsis: "Conversions to various time units"
20description: """
21A duration is represented in nanoseconds as an unsigned 64 bit integer. This
22has a range of up to 584 years. Functions provided check the input and raise
23on negative or out of bound input.
24"""
25url {
26 src:
27 "https://github.com/hannesm/duration/releases/download/0.2.0/duration-0.2.0.tbz"
28 checksum: [
29 "sha256=ad14fb75a5a6f73fff7ef1721178925ee555cf0f23b23e3ab329184bc0c1ce69"
30 "sha512=6a259ca406739bfc6020c7de767e39c2a7ee06169aa1966d43d426b2a54fc69b81be6465d04b9bd8fbbbbfd9ebe1c82a1cbfbf62100a37eb0f7403f6cf53e3b8"
31 ]
32}
33x-commit-hash: "ec2b9a36901d1902cc90d202a8987d7e3b3e63df"