opam-version: "2.0"
maintainer: "igor@ahrefs.com"
authors: "Ahrefs <github@ahrefs.com>"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/ahrefs/devkit"
dev-repo: "git://github.com/ahrefs/devkit.git"
bug-reports: "https://github.com/ahrefs/devkit/issues"
tags: ["org:ahrefs"]
build: [
  [make]
  [make "test"] {with-test}
  [make "doc"] {with-doc}
]
install: [
  [make "install"]
]
remove: [
  ["ocamlfind" "remove" "devkit"]
]
depends: [
  "ocaml" {>= "4.02.0" & < "4.03.0"}
  "ocamlfind" {build}
  "camlp4" {build}
  ("extlib" {>= "1.6.1"} | "extlib-compat" {>= "1.6.1"})
  "ounit"
  "camlzip"
  "libevent"
  "ocurl" {>= "0.7.2"}
  "ocamlnet"
  "pcre"
  "extunix" {>= "0.1.2" & < "0.3"}
  "xmlm"
  "lwt" {>= "2.5.0" & < "4.0.0"}
  "base-bytes"
  "base-unix"
  "base-threads"
  "ocamlbuild" {build}
]
synopsis: "development kit - general purpose library"
flags: light-uninstall
url {
  src: "https://github.com/ahrefs/devkit/archive/v0.3.tar.gz"
  checksum: "md5=0befb3f2360f4f257fb313b6cf8fe336"
}
