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.0"} | "extlib-compat" {>= "1.7.0"}) "ounit2" "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" "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.20210120/devkit-1.20210120.tbz" checksum: [ "md5=47338eaae436aba40abd4d194ee40054" "sha256=499b050b73643f6ad7349a41485539d4166d149a07fba59cb6841f508c0297f8" "sha512=6a5bf77061d390ddb331ed3d5891a5c56502be91f0eff6846202f658ebfa97ef57695d7a192cbdad4c7b8835f5665df3ea4375daf46930334ebbd9a07f00feca" ] }