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" "@runtest"{with-test} "@doc"{with-doc}] 12] 13depends: [ 14 "ocaml" {>= "4.05.0"} 15 "dune" {>= "2.0"} 16 ("extlib" {>= "1.7.0"} | "extlib-compat" {>= "1.7.0"}) 17 "ounit2" 18 "camlzip" 19 "libevent" {>= "0.8.0"} 20 "ocurl" {>= "0.7.2"} 21 "ocamlnet" 22 "pcre" 23 "extunix" {>= "0.1.4" & < "0.4.0"} 24 "lwt" {>= "2.5.2"} 25 "lwt_ppx" 26 "base-bytes" 27 "base-unix" 28 "base-threads" 29 "stdlib-shims" 30 "yojson" {>= "1.6.0"} 31 "odoc" {with-doc} 32] 33depopts: [ 34 "gperftools" 35 "jemalloc" 36] 37conflicts: [ 38 "jemalloc" {< "0.2"} 39] 40available: arch != "arm32" & arch != "x86_32" 41url { 42 src: "https://github.com/ahrefs/devkit/releases/download/1.20210120/devkit-1.20210120.tbz" 43 checksum: [ 44 "md5=47338eaae436aba40abd4d194ee40054" 45 "sha256=499b050b73643f6ad7349a41485539d4166d149a07fba59cb6841f508c0297f8" 46 "sha512=6a5bf77061d390ddb331ed3d5891a5c56502be91f0eff6846202f658ebfa97ef57695d7a192cbdad4c7b8835f5665df3ea4375daf46930334ebbd9a07f00feca" 47 ] 48}