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.04.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "camlp4" {build}
  ("extlib" {>= "1.7.0"} | "extlib-compat" {>= "1.7.0"})
  "ounit"
  "camlzip"
  "libevent" {>= "0.8.0"}
  "ocurl" {>= "0.7.2"}
  "ocamlnet"
  "pcre"
  "extunix" {>= "0.1.4" & < "0.3"}
  "xmlm"
  "lwt" {>= "2.5.2" & < "4.0.0"}
  "base-bytes"
  "base-unix"
  "base-threads"
  "yojson"
]
depopts: [
  "gperftools"
]
synopsis: "development kit - general purpose library"
flags: light-uninstall
url {
  src: "https://github.com/ahrefs/devkit/archive/v0.5.tar.gz"
  checksum: "md5=b4dc24cd2e14efa97e7625d9b05d18c2"
}
