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.9.0/timedesc-0.9.0.tar.gz"
38 checksum:
39 "sha256=7610fdbc3d006b20e56a6a81f12697f0c32b358e9ba9c9e590db4d062bf7a57e"
40}
41