this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "JS implementation for timedesc-tzlocal"
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-tzlocal" {= version}
14 "js_of_ocaml" {>= "4.0.0"}
15 "js_of_ocaml-ppx"
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "--promote-install-files=false"
28 "@install"
29
30 "@doc" {with-doc}
31 ]
32 ["dune" "install" "-p" name "--create-install-files" name]
33]
34dev-repo: "git+https://github.com/daypack-dev/timere.git"
35
36url {
37 src:
38 "https://github.com/daypack-dev/timere/releases/download/timedesc-0.9.0/timedesc-0.9.0.tar.gz"
39 checksum:
40 "sha256=7610fdbc3d006b20e56a6a81f12697f0c32b358e9ba9c9e590db4d062bf7a57e"
41}
42