this repo has no description
1opam-version: "2.0" 2synopsis: 3 "C implementations (using Cyrptokit and Pcre) of functions used by Rdf" 4maintainer: "zoggy@bat8.org" 5authors: "Zoggy <zoggy@bat8.org>" 6license: "LGPL-3.0-only" 7homepage: "https://www.good-eris.net/ocaml-rdf/" 8doc: "https://www.good-eris.net/ocaml-rdf/doc.html" 9bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues" 10depends: [ 11 "dune" {>= "2.9"} 12 "rdf" {= version} 13 "cryptokit" {>= "1.19"} 14 "pcre" {>= "7.5.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/ocaml-rdf.git" 34url { 35 src: 36 "https://framagit.org/zoggy/ocaml-rdf/-/archive/1.0.0/ocaml-rdf-1.0.0.tar.gz" 37 checksum: [ 38 "md5=43ce517489f775e6b65fcdef5e713e74" 39 "sha512=6130e46d186ca4abf0c44a35ab040f696f8b4d10fd16db9212e8280500f8263626f0ab8d53479b926924b41e45ae4793251727de725c03c409052a96ad2d40bd" 40 ] 41}