this repo has no description
1opam-version: "2.0"
2synopsis:
3 "OCaml library to read and write configuration files in JSON syntax"
4maintainer: "Zoggy <zoggy@bat8.org>"
5authors: "Zoggy <zoggy@bat8.org>"
6license: "LGPL-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 "ocaml" {>= "4.12.0" & < "5.0.0"}
13 "ocamlfind" {build}
14 "yojson" {>= "1.7.0"}
15 "ppx_tools" {>= "6.3"}
16]
17build: [
18 ["./configure" "--prefix" prefix]
19 [make "all"]
20]
21install: [make "install"]
22dev-repo: "git+https://framagit.org/zoggy/ocf.git"
23url {
24 src: "https://framagit.org/zoggy/ocf/-/archive/0.6.0/ocf-0.6.0.tar.gz"
25 checksum: [
26 "md5=bbf811c4f8a4f6cf232eff0c627ae7a8"
27 "sha512=242c56a3e60a9483f885278248e28dfd831aaeba028df2a58120f66f0e9c22114527fb0e8dddcd6bafee3e1b5a53df46714408dd626284bd2c6add7909d8981f"
28 ]
29}