opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: ["Maxence Guesdon"]
homepage: "http://zoggy.github.io/ocaml-rdf/"
license: "LGPL-3.0-only"
doc: ["http://zoggy.github.io/ocaml-rdf/doc.html"]
tags: [
  "rdf"
  "semantic web"
  "xml"
  "turtle"
  "graph"
]
build: [
  ["./configure" "--prefix" prefix]
  [make "all"]
]
remove: [["ocamlfind" "remove" "rdf"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind"
  "xmlm" {>= "1.1.1" & != "1.3.0"}
  "ocamlnet" {>= "3.6.5"}
  "ulex" {>= "1.1"}
  "menhir" {>= "20120123"}
  "uuidm" {>= "0.9.5"}
  "cryptokit" {>= "1.7"}
  "pcre" {>= "7.0.2"}
]
depopts: ["mysql" "postgresql"]
conflicts: [
  "mysql" {< "1.1.1"}
]
install: [make "install"]
synopsis: "Native OCaml library to manipulate RDF graphs."
description: "Also implements Sparql 1.1 Query Language."
flags: light-uninstall
url {
  src: "http://zoggy.github.io/ocaml-rdf/ocaml-rdf-0.6.0.tar.gz"
  checksum: "md5=01a990e967bea74d8e2f414544470795"
}
