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.13.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 "pcre"
22 "trace" {>= "0.4"}
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 "opentelemetry"
37]
38conflicts: [
39 "jemalloc" {< "0.2"}
40 "opentelemetry" {< "0.6"}
41]
42available: arch != "arm32" & arch != "x86_32" & os != "freebsd"
43url {
44 src:
45 "https://github.com/ahrefs/devkit/releases/download/1.20240429/devkit-1.20240429.tbz"
46 checksum: [
47 "sha256=222f8ac131b1d970dab7eeb2714bfd6b9338b88b1082e6e01c136ae19e7eaef4"
48 "sha512=c9e6d93e3d21e5530c0f4d5baca51bf1f0a5d19248f8af7678d0665bb5cdf295d7aaaaa3e50eb2e44b8720e55097cc675af4dc8ec45acf9da39feb3eae1405d5"
49 ]
50}
51x-commit-hash: "b2944d95a27d17ccd5edc01bc536a1f415ee09d4"