opam-version: "2.0" license: "MIT" synopsis: "OCaml random snapshot testing" homepage: "https://github.com/vch9/osnap" bug-reports: "https://github.com/vch9/osnap/issues" maintainer: [ "Valentin Chaboche " ] authors: [ "Valentin Chaboche " ] depends: [ "dune" {>= "2.8.0" } "ocaml" {>= "4.12.0" } "ppx_deriving" { >= "5.2.1" } "data-encoding" { >= "0.4" } "qcheck-core" { >= "0.17"} "qcheck-alcotest" { with-test & = "0.17" } "odoc" { with-doc } "bisect_ppx" { dev & >= "2.5.0"} ] build: ["dune" "build" "-p" name "-j" jobs] dev-repo: "git+https://github.com/vch9/osnap.git" url { src: "https://github.com/vch9/osnap/archive/0.3.0.tar.gz" checksum: [ "md5=2682db989c9b3143230d58ef027e5bf1" "sha512=ffea89af2280470d1a6581e75ea7be7520d4a2726bd07ea00532b82709048df389776d2b3be1f96e3cd11412f81d9ec8d50c6babc5a86355f0cd2a2bae44b642" ] }