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"
synopsis: "Development kit - general purpose library"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  [make "test"] {with-test & ocaml:version <= "4.08"}
  [make "doc"] {with-doc}
]
depends: [
  "ocaml" {>= "4.05.0"}
  "dune" {>= "1.5"}
  ("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"}
  "lwt" {>= "2.5.2"}
  "lwt_ppx"
  "base-bytes"
  "base-unix"
  "base-threads"
  "yojson" {>= "1.6.0"}
]
depopts: [
  "gperftools"
  "jemalloc" {<= "0.1"}
]
url {
  src: "https://github.com/ahrefs/devkit/archive/1.2.tar.gz"
  checksum: "md5=0317493fa5cc1054a882ceca59ce5992"
}
