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 "@install" "@doc"{with-doc}] 12 ["dune" "runtest" "-p" name] {with-test} 13] 14depends: [ 15 "ocaml" {>= "4.05.0"} 16 "dune" {>= "1.5"} 17 ("extlib" {>= "1.7.0"} | "extlib-compat" {>= "1.7.0"}) 18 "ounit" 19 "camlzip" 20 "libevent" {>= "0.8.0"} 21 "ocurl" {>= "0.7.2"} 22 "ocamlnet" 23 "pcre" 24 "extunix" {>= "0.1.4" & < "0.4.0"} 25 "lwt" {>= "2.5.2"} 26 "lwt_ppx" 27 "base-bytes" 28 "base-unix" 29 "base-threads" 30 "yojson" {>= "1.6.0"} 31] 32depopts: [ 33 "gperftools" 34 "jemalloc" {>= "0.2"} 35] 36url { 37 src: 38 "https://github.com/ahrefs/devkit/releases/download/1.3/devkit-1.3.tbz" 39 checksum: [ 40 "sha256=dae965685dceed47ad8e9844f12fe707dafdf2c3bdd46d0431d5b4d1e7754b23" 41 "sha512=b94ade804d751db87434042bbaa821fa8e82e233820a76806f910e2da040094b137e88a3579911a1626930912622b064c776ddbcb6991fb7111021ebf6553fdc" 42 ] 43}