this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Json schema checker for current-bench"
4maintainer: ["Ambre Austen Suhamy <ambre@tarides.com>"]
5authors: ["Ambre Austen Suhamy <ambre@tarides.com>"]
6license: "Apache-2.0"
7homepage: "https://github.com/ocurrent/current-bench"
8bug-reports: "https://github.com/ocurrent/current-bench/issues"
9depends: [
10 "dune" {>= "3.7"}
11 "ocaml" {>= "4.13.0"}
12 "yojson"
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 ]
25]
26dev-repo: "git+https://github.com/ocurrent/current-bench.git"
27url {
28 src: "https://github.com/ocurrent/current-bench/archive/refs/tags/0.1.zip"
29 checksum: [
30 "md5=26b96c37e41231a8b0ab0f0ae7555938"
31 "sha512=2b2ee1800421374068cd199fe957c6d86f105c54560446df67a6d448fd12e724775e9d2062d76081c3915ccbb39754a495a4926881fdfc610ba1b8138fc9a900"
32 ]
33}