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" tags: ["org:ahrefs"] build: [ [make] [make "test"] {with-test} [make "doc"] {with-doc} ] install: [ [make "install"] ] remove: [ ["ocamlfind" "remove" "devkit"] ] depends: [ "ocaml" {>= "4.05.0"} "ocamlfind" {build} "ocamlbuild" {build} "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.3"} "lwt" {>= "2.5.2" & < "5.0.0"} "lwt_ppx" "base-bytes" "base-unix" "base-threads" "yojson" ] depopts: [ "gperftools" "jemalloc" {<= "0.1"} ] synopsis: "development kit - general purpose library" flags: light-uninstall url { src: "https://github.com/ahrefs/devkit/archive/v0.7.tar.gz" checksum: [ "sha256=12f97f05701c1cee750ecb2955e30f20424de240fc6005a1e4276a5cc4fdf800" "md5=59eba7e37bc51538263d0840e274defb" ] }