opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: "Maxence Guesdon"
homepage: "http://zoggy.github.io/ocaml-iri/"
bug-reports: "https://github.com/zoggy/ocaml-iri/issues"
license: "LGPL-3.0-only"
doc: "http://zoggy.github.io/ocaml-iri/doc.html"
tags: ["web" "iri" "rfc3987"]
dev-repo: "git+https://github.com/zoggy/ocaml-iri.git"
build: [make "all"]
install: [make "install"]
remove: ["ocamlfind" "remove" "iri"]
depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlfind"
  "sedlex" {>= "1.99.2" & < "2.0"}
  "uutf" {>= "1.0.0"}
  "uunf" {>= "2.0.0"}
]
synopsis: "IRI (RFC3987) native OCaml implementation."
description: """
OCaml implementation of Internationalized Resource Identifiers (IRIs).
This implementation does not depend on regular expression library. Is is implemented using
Sedlex, thus it will be usable in Javascript (with Js_of_ocaml)."""
flags: light-uninstall
url {
  src: "https://github.com/zoggy/ocaml-iri/archive/0.4.0.tar.gz"
  checksum: "md5=ec34f9a8d1ee28130bed89ea486cf168"
}
