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: """
5
6This package provides JSON serialization functions for various Timedesc values
7"""
8maintainer: ["Darren Ldl <darrenldldev@gmail.com>"]
9authors: ["Daypack developers"]
10license: "MIT"
11homepage: "https://github.com/daypack-dev/timere"
12bug-reports: "https://github.com/daypack-dev/timere/issues"
13depends: [
14 "ocaml" {>= "4.08"}
15 "dune" {>= "2.9"}
16 "timedesc" {= version}
17 "yojson" {>= "1.6.0"}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "--promote-install-files=false"
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34 ["dune" "install" "-p" name "--create-install-files" name]
35]
36dev-repo: "git+https://github.com/daypack-dev/timere.git"
37
38url {
39 src:
40 "https://github.com/daypack-dev/timere/releases/download/timedesc-3.1.0/timedesc-3.1.0.tar.gz"
41 checksum:
42 "sha256=9c469c849ca6242f133ff1dadab3855379f4f6bc559486589a04276223428871"
43}
44