# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
  ["dune" "build" "-p" name "@doc"] {with-doc}
]
maintainer: ["ygrek <ygrek@autistici.org>"]
authors: [
  "Lars Nilsson <lars@quantumchamaeleon.com>, ygrek <ygrek@autistici.org>"
]
bug-reports: "https://github.com/ygrek/ocurl/issues"
homepage: "https://github.com/ygrek/ocurl"
license: "MIT"
version: "0.9.1"
dev-repo: "git+https://github.com/ygrek/ocurl.git"
synopsis: "Bindings to libcurl"
description:
  "Client-side URL transfer library, supporting HTTP and a multitude of other network protocols (FTP/SMTP/RTSP/etc)."
depends: [
  "dune" {>= "1.10"}
  "dune-configurator"
  "ocaml" {>= "4.02.0"}
]
