this repo has no description
1opam-version: "2.0"
2synopsis:
3 "OCaml library to read and write configuration files in JSON syntax"
4maintainer: "zoggy@bat8.org"
5authors: "Zoggy <zoggy@bat8.org>"
6license: "GPL-3.0-only"
7tags: ["configuration" "options" "json"]
8homepage: "https://zoggy.frama.io/ocf/"
9doc: "https://zoggy.frama.io/ocf/doc.html"
10bug-reports: "https://framagit.org/zoggy/ocf/issues"
11depends: [
12 "dune" {>= "2.9"}
13 "ocaml" {>= "4.12.0"}
14 "yojson" {>= "1.7.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 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31 ["dune" "install" "-p" name "--create-install-files" name]
32]
33dev-repo: "git+https://framagit.org/zoggy/ocf.git"
34url {
35 src: "https://zoggy.frama.io/ocf/releases/ocf-0.9.0.tar.bz2"
36 checksum: [
37 "md5=4f71a321a225bb5dbb0f50cb2355b8f9"
38 "sha512=512b3a3c804008374d8a8f0d48b8c3101012d758b213e81818eb54305435422baf6191252da7d71cea6aa5e73a318ff2aa66ab84adaa31a44a5ea6917ca4420c"
39 ]
40}