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" {>= "4.0.0"} 13 "jsonm" {>= "1.0.2"} 14 "lwt" {>= "5.4.0"} 15 "lwt_ppx" {>= "2.0.2"} 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/0.15.0/ocaml-rdf-0.15.0.tar.gz" 38 checksum: [ 39 "md5=5a4584aeef27f92598fe1cbafed9923f" 40 "sha512=f14c2577f89a1c80aa3594ed4e91ed4e6f13dfc4bc5e41b6d7ceb84f9c4e587ca2cda0b5e201aa388561f37d43de0a84b6b795db62c3972b640cea88bab7304b" 41 ] 42}