opam-version: "2.0" maintainer: "igor@ahrefs.com" authors: "Ahrefs " license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/ahrefs/devkit" dev-repo: "git+https://github.com/ahrefs/devkit.git" bug-reports: "https://github.com/ahrefs/devkit/issues" synopsis: "Development kit - general purpose library" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ] depends: [ "ocaml" {>= "4.05.0"} "dune" {>= "1.5"} "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.4.0"} "lwt" {>= "2.5.2" & < "5.0.0"} "lwt_ppx" "base-bytes" "base-unix" "base-threads" "yojson" ] depopts: [ "gperftools" "jemalloc" {<= "0.1"} ] url { src: "https://github.com/ahrefs/devkit/archive/1.0.tar.gz" checksum: [ "sha256=664489d1885dc690974159071622f0be24cbab1e53045b01b9e51eb16c29ec44" "md5=9bcecc8b9b5189185f0d5c7c05386787" ] }