this repo has no description
1opam-version: "2.0" 2maintainer: "igor@ahrefs.com" 3authors: "Ahrefs <github@ahrefs.com>" 4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5homepage: "https://github.com/ahrefs/devkit" 6dev-repo: "git+https://github.com/ahrefs/devkit.git" 7bug-reports: "https://github.com/ahrefs/devkit/issues" 8synopsis: "Development kit - general purpose library" 9build: [ 10 ["dune" "subst"] {dev} 11 ["dune" "build" "-p" name "-j" jobs] 12 [make "test"] {with-test & ocaml:version <= "4.08"} 13 [make "doc"] {with-doc} 14] 15depends: [ 16 "ocaml" {>= "4.05.0"} 17 "dune" {>= "1.5"} 18 ("extlib" {>= "1.7.0"} | "extlib-compat" {>= "1.7.0"}) 19 "ounit" 20 "camlzip" 21 "libevent" {>= "0.8.0"} 22 "ocurl" {>= "0.7.2"} 23 "ocamlnet" 24 "pcre" 25 "extunix" {>= "0.1.4" & < "0.4.0"} 26 "lwt" {>= "2.5.2"} 27 "lwt_ppx" 28 "base-bytes" 29 "base-unix" 30 "base-threads" 31 "yojson" {>= "1.6.0"} 32] 33depopts: [ 34 "gperftools" 35 "jemalloc" {<= "0.1"} 36] 37url { 38 src: "https://github.com/ahrefs/devkit/archive/1.2.tar.gz" 39 checksum: [ 40 "sha256=28f4c68127579b86c5f50e01e444e8c51f0543bc5472c2dcac28993bc88aa756" 41 "md5=0317493fa5cc1054a882ceca59ce5992" 42 ] 43}