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 "@install" "@doc"{with-doc}] ["dune" "runtest" "-p" name] {with-test} ] 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" & < "0.4.0"} "lwt" {>= "2.5.2"} "lwt_ppx" "base-bytes" "base-unix" "base-threads" "yojson" {>= "1.6.0"} ] depopts: [ "gperftools" "jemalloc" {>= "0.2"} ] url { src: "https://github.com/ahrefs/devkit/releases/download/1.3/devkit-1.3.tbz" checksum: [ "sha256=dae965685dceed47ad8e9844f12fe707dafdf2c3bdd46d0431d5b4d1e7754b23" "sha512=b94ade804d751db87434042bbaa821fa8e82e233820a76806f910e2da040094b137e88a3579911a1626930912622b064c776ddbcb6991fb7111021ebf6553fdc" ] }