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.1"} | "extlib-compat" {>= "1.7.1"})
17 "ounit2"
18 "camlzip"
19 "libevent" {>= "0.8.0"}
20 "ocurl" {>= "0.7.2"}
21 "ocamlnet"
22 "pcre"
23 "extunix" {>= "0.1.4"}
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.20210517/devkit-1.20210517.tbz"
43 checksum: [
44 "md5=00995ebead339d6ec1ba7859c3fc3a58"
45 "sha256=5ad39c7fa1a966a2f0a7f6dbb7e82c787439c73482f5f44b3c9fb54b040d36eb"
46 "sha512=8dd3f7d4aaabae9aa9ede13edee2b22214c0d2e2780bb08b2ca8ed588d74fc6d9b1908bb31dfee49c949c7cc425fb98897b8e0f11280070ebd99b965908ea133"
47 ]
48}