opam-version: "2.0"
maintainer: "vb@luminar.eu.org"
homepage: "http://ocurl.forge.ocamlcore.org"
build: [
  ["./configure"]
  [make]
]
remove: [["ocamlfind" "remove" "curl"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
]
depexts: [
  ["libcurl4-gnutls-dev"] {os-family = "debian"}
]
install: [make "install"]
synopsis: "Bindings to libcurl"
description: """
Client-side URL transfer library, supporting HTTP and a multitude of
other network protocols."""
flags: light-uninstall
url {
  src: "https://download.ocamlcore.org/ocurl/ocurl/0.6.0/ocurl-0.6.0.tar.gz"
  checksum: "md5=21575e86b390c6c182a8dee42e8db1f3"
}
