this repo has no description
1opam-version: "2.0" 2synopsis: "Sparql HTTP with Lwt" 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 "lwt" {>= "5.4.0"} 14 "lwt_ppx" {>= "2.0.2"} 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/0.14.0/ocaml-rdf-0.14.0.tar.gz" 37 checksum: [ 38 "md5=430a2d24537cac2d48b0c5f5a51794b8" 39 "sha512=8f6d0416477890716bf7e9179fca971fc55b0f0cb75972d0d485cb8700361f4fba627a512f123615ef722bdaa5e694ccf84d58497d238067b94269ab99c48264" 40 ] 41}