this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

2 packages from zoggy.frama.io/ocf/releases/ocf-0.9.0.tar.bz2

+78
+40
packages/ocf/ocf.0.9.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "OCaml library to read and write configuration files in JSON syntax" 4 + maintainer: "zoggy@bat8.org" 5 + authors: "Zoggy <zoggy@bat8.org>" 6 + license: "GPL-3.0-only" 7 + tags: ["configuration" "options" "json"] 8 + homepage: "https://zoggy.frama.io/ocf/" 9 + doc: "https://zoggy.frama.io/ocf/doc.html" 10 + bug-reports: "https://framagit.org/zoggy/ocf/issues" 11 + depends: [ 12 + "dune" {>= "2.9"} 13 + "ocaml" {>= "4.12.0"} 14 + "yojson" {>= "1.7.0"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 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 + ] 33 + dev-repo: "git+https://framagit.org/zoggy/ocf.git" 34 + url { 35 + src: "https://zoggy.frama.io/ocf/releases/ocf-0.9.0.tar.bz2" 36 + checksum: [ 37 + "md5=4f71a321a225bb5dbb0f50cb2355b8f9" 38 + "sha512=512b3a3c804008374d8a8f0d48b8c3101012d758b213e81818eb54305435422baf6191252da7d71cea6aa5e73a318ff2aa66ab84adaa31a44a5ea6917ca4420c" 39 + ] 40 + }
+38
packages/ocf_ppx/ocf_ppx.0.9.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Preprocessor for Ocf library" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://zoggy.frama.io/ocf/" 7 + doc: "https://zoggy.frama.io/ocf/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/ocf/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "ocf" {= version} 12 + "ppxlib" {>= "0.23.0"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "--promote-install-files=false" 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ["dune" "install" "-p" name "--create-install-files" name] 30 + ] 31 + dev-repo: "git+https://framagit.org/zoggy/ocf.git" 32 + url { 33 + src: "https://zoggy.frama.io/ocf/releases/ocf-0.9.0.tar.bz2" 34 + checksum: [ 35 + "md5=4f71a321a225bb5dbb0f50cb2355b8f9" 36 + "sha512=512b3a3c804008374d8a8f0d48b8c3101012d758b213e81818eb54305435422baf6191252da7d71cea6aa5e73a318ff2aa66ab84adaa31a44a5ea6917ca4420c" 37 + ] 38 + }