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 "qcheck" {>= "0.17" }
20 "patdiff" { >= "v0.14.0" }
21 "ppx_deriving" { >= "5.2.1" }
22 "alcotest" { with-test & >= "1.4.0" }
23 "odoc" { with-doc }
24]
25
26build: ["dune" "build" "-p" name "-j" jobs]
27
28dev-repo: "git+https://github.com/vch9/osnap.git"
29url {
30 src: "https://github.com/vch9/osnap/archive/0.1.1.tar.gz"
31 checksum: [
32 "md5=8bc581190594d8248cb151c4e733ed57"
33 "sha512=5eaf6d441e0bc24fd8935e98b8ef21fea5da2fa30a48186bb5b61e8013dd0b860a21b019ff5ed42745247e1b9229a71bbd7b4ee97d30ba68f593f328cad3306b"
34 ]
35}