this repo has no description
1opam-version: "2.0" 2synopsis: "Json-ld" 3maintainer: "zoggy@bat8.org" 4authors: "Zoggy <zoggy@bat8.org>" 5license: "LGPL-3.0-only" 6homepage: "https://www.good-eris.net/ocaml-rdf/" 7doc: "https://www.good-eris.net/ocaml-rdf/doc.html" 8bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues" 9depends: [ 10 "dune" {>= "2.9"} 11 "rdf" {= version} 12 "cohttp-lwt-unix" {>= "5.3.0"} 13 "jsonm" {>= "1.0.2"} 14 "lwt" {>= "5.7.0"} 15 "lwt_ppx" {>= "2.1.0"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "--promote-install-files=false" 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32 ["dune" "install" "-p" name "--create-install-files" name] 33] 34dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git" 35url { 36 src: 37 "https://framagit.org/zoggy/ocaml-rdf/-/archive/1.0.0/ocaml-rdf-1.0.0.tar.gz" 38 checksum: [ 39 "md5=43ce517489f775e6b65fcdef5e713e74" 40 "sha512=6130e46d186ca4abf0c44a35ab040f696f8b4d10fd16db9212e8280500f8263626f0ab8d53479b926924b41e45ae4793251727de725c03c409052a96ad2d40bd" 41 ] 42}