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" "@runtest"{with-test} "@doc"{with-doc}] ] depends: [ "ocaml" {>= "4.05.0"} "dune" {>= "2.0"} ("extlib" {>= "1.7.1"} | "extlib-compat" {>= "1.7.1"}) "ounit2" "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" "stdlib-shims" "yojson" {>= "1.6.0"} "odoc" {with-doc} ] depopts: [ "gperftools" "jemalloc" ] conflicts: [ "jemalloc" {< "0.2"} ] available: arch != "arm32" & arch != "x86_32" url { src: "https://github.com/ahrefs/devkit/releases/download/1.20210517/devkit-1.20210517.tbz" checksum: [ "md5=00995ebead339d6ec1ba7859c3fc3a58" "sha256=5ad39c7fa1a966a2f0a7f6dbb7e82c787439c73482f5f44b3c9fb54b040d36eb" "sha512=8dd3f7d4aaabae9aa9ede13edee2b22214c0d2e2780bb08b2ca8ed588d74fc6d9b1908bb31dfee49c949c7cc425fb98897b8e0f11280070ebd99b965908ea133" ] }