this repo has no description
1opam-version: "2.0"
2synopsis: "Generate useful code for stats gathering from records of counters"
3maintainer: "Ahrefs Pte Ltd <github@ahrefs.com>"
4authors: "Ahrefs Pte Ltd <github@ahrefs.com>"
5homepage: "https://github.com/ahrefs/ppx_counters"
6bug-reports: "https://github.com/ahrefs/ppx_counters/issues"
7dev-repo: "git+https://github.com/ahrefs/ppx_counters.git"
8license: "MIT"
9depends: [
10 "ocaml" {>= "4.08"}
11 "dune" {>= "2.7"}
12 "ppxlib" {>= "0.23.0"}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 "@runtest" {with-test}
25 ]
26]
27url {
28 src: "https://github.com/ahrefs/ppx_counters/archive/0.1.tar.gz"
29 checksum: [
30 "md5=05c3b993e5a1d292c2e628b631f5aa37"
31 "sha512=36de3ff13d5aad84bc4fc4f7a92a36faae701fb9d93ec7b5814200768bd22f25a4d1ff438d206c2831ba29ca55aabf7a548ac6138cca6a980e7b2815889bed11"
32 ]
33}