this repo has no description
1opam-version: "2.0" 2maintainer: "Zoggy <zoggy@bat8.org>" 3authors: ["Zoggy <zoggy@bat8.org>"] 4homepage: "https://www.good-eris.net/ocaml-rdf/" 5license: "LGPL-3.0-only" 6doc: "https://www.good-eris.net/ocaml-rdf/doc.html" 7bug-reports: "https://framagit.org/zoggy/ocaml-rdf/-/issues" 8dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git" 9synopsis: "OCaml library to manipulate RDF graphs; implements SPARQL" 10tags: [ 11 "rdf" 12 "semantic web" 13 "xml" 14 "turtle" 15 "graph" 16 "sparql" 17 "utf8" 18] 19build: [ 20 ["./configure" "--prefix" prefix] 21 [make "all"] 22] 23install: [ 24 [make "install"] 25] 26depends: [ 27 "ocaml" {>= "4.12.0" & < "4.13"} 28 "ocamlfind" {build} 29 "ptime" {>= "0.8.5"} 30 "re" {>= "1.9.0"} 31 "uri" {>= "4.2.0" } 32 "uuidm" {>= "0.9.7"} 33 "uutf" {>= "1.0.0"} 34 "xmlm" {>= "1.2.0"} 35 "sedlex" {>= "2.3"} 36 "menhir" {>= "20210419"} 37 "cryptokit" {>= "1.7"} 38 "pcre" {>= "7.4.6"} 39 "yojson" {>= "1.7"} 40 "iri" {>= "0.5.0" } 41 "jsonm" {>= "1.0.0"} 42] 43depopts: ["mysql" "postgresql" "cohttp-lwt-unix" "lwt" "lwt_ppx"] 44conflicts: [ 45 "cohttp-lwt-unix" {< "4.0.0"} 46 "lwt" {< "5.4"} 47 "lwt_ppx" {< "2.0.2"} 48 "mysql" {< "1.1.1"} 49 "postgresql" {< "5.0.0"} 50] 51url { 52 src: "https://framagit.org/zoggy/ocaml-rdf/-/archive/0.12.0/ocaml-rdf-0.12.0.tar.gz" 53 checksum: [ 54 "md5=61cb09ccfd3370ffdde05c02ec611652" 55 "sha512=178d0557395a69bcbbec996e3c1fab1eafc95ee596a2631d62aa150dd71ee743a498045673c98fce4e842c79c7a134a2ef8414ae06f2a37e442d5f94fc27a183" 56 ] 57}