this repo has no description
1opam-version: "2.0"
2license: "MIT"
3synopsis: "OCaml random snapshot testing"
4
5homepage: "https://github.com/vch9/osnap"
6bug-reports: "https://github.com/vch9/osnap/issues"
7
8maintainer: [
9 "Valentin Chaboche <valentin.chaboche@nomadic-labs.com>"
10]
11
12authors: [
13 "Valentin Chaboche <valentin.chaboche@nomadic-labs.com>"
14]
15
16depends: [
17 "dune" {>= "2.8.0" }
18 "ocaml" {>= "4.12.0" }
19 "ppx_deriving" { >= "5.2.1" }
20 "data-encoding" { >= "0.4" }
21 "qcheck-core" { >= "0.17"}
22 "qcheck-alcotest" { with-test & = "0.17" }
23 "odoc" { with-doc }
24 "bisect_ppx" { dev & >= "2.5.0"}
25]
26
27build: ["dune" "build" "-p" name "-j" jobs]
28
29dev-repo: "git+https://github.com/vch9/osnap.git"
30url {
31 src: "https://github.com/vch9/osnap/archive/0.3.0.tar.gz"
32 checksum: [
33 "md5=2682db989c9b3143230d58ef027e5bf1"
34 "sha512=ffea89af2280470d1a6581e75ea7be7520d4a2726bd07ea00532b82709048df389776d2b3be1f96e3cd11412f81d9ec8d50c6babc5a86355f0cd2a2bae44b642"
35 ]
36}