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"
8tags: ["org:ahrefs"]
9build: [
10 [make]
11 [make "test"] {with-test}
12 [make "doc"] {with-doc}
13]
14install: [
15 [make "install"]
16]
17remove: [
18 ["ocamlfind" "remove" "devkit"]
19]
20depends: [
21 "ocaml" {>= "4.05.0"}
22 "ocamlfind" {build}
23 "ocamlbuild" {build}
24 "camlp4" {build}
25 "extlib" {>= "1.7.0"} | "extlib-compat" {>= "1.7.0"}
26 "ounit"
27 "camlzip"
28 "libevent" {>= "0.8.0"}
29 "ocurl" {>= "0.7.2"}
30 "ocamlnet"
31 "pcre"
32 "extunix" {>= "0.1.4" & < "0.3"}
33 "lwt" {>= "2.5.2" & < "5.0.0"}
34 "lwt_ppx"
35 "base-bytes"
36 "base-unix"
37 "base-threads"
38 "yojson"
39]
40depopts: [
41 "gperftools"
42 "jemalloc" {<= "0.1"}
43]
44synopsis: "development kit - general purpose library"
45flags: light-uninstall
46url {
47 src: "https://github.com/ahrefs/devkit/archive/v0.7.tar.gz"
48 checksum: [
49 "sha256=12f97f05701c1cee750ecb2955e30f20424de240fc6005a1e4276a5cc4fdf800"
50 "md5=59eba7e37bc51538263d0840e274defb"
51 ]
52}