this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Timedesc JSON backend"
4description: ""
5maintainer: ["Darren Ldl <darrenldldev@gmail.com>"]
6authors: ["Daypack developers"]
7license: "MIT"
8homepage: "https://github.com/daypack-dev/timere"
9bug-reports: "https://github.com/daypack-dev/timere/issues"
10depends: [
11 "ocaml" {>= "4.08.1"}
12 "dune" {>= "2.9"}
13 "timedesc" {= version}
14 "yojson" {>= "1.6.0"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "--promote-install-files=false"
27 "@install"
28
29 "@doc" {with-doc}
30 ]
31 ["dune" "install" "-p" name "--create-install-files" name]
32]
33dev-repo: "git+https://github.com/daypack-dev/timere.git"
34
35url {
36 src:
37 "https://github.com/daypack-dev/timere/releases/download/timedesc-0.8.0/timedesc-0.8.0.tar.gz"
38 checksum:
39 "sha256=aa1e1259be99f534f60af4a9923c42c2563868add5d251b0f0e9c1e47331dfe2"
40}
41