this repo has no description
1opam-version: "2.0" 2maintainer: ["Cryptosense <opensource@cryptosense.com>"] 3authors: ["Cryptosense <opensource@cryptosense.com>"] 4homepage: "https://github.com/cryptosense/ocaml-mock" 5bug-reports: "https://github.com/cryptosense/ocaml-mock/issues" 6license: "BSD-2-Clause" 7dev-repo: "git+https://github.com/cryptosense/ocaml-mock.git" 8doc: "https://cryptosense.github.io/ocaml-mock/doc" 9build: [ 10 [ "dune" "build" "-p" name "-j" jobs ] 11] 12run-test: [ 13 [ "dune" "runtest" "-p" name "-j" jobs ] 14] 15depends: [ 16 "dune" 17 "mock" 18 "ocaml" {>= "4.04.0"} 19 "ounit" 20 "ppx_deriving" {with-test} 21] 22synopsis: "OUnit wrapper for OCaml mock" 23url { 24 src: "https://github.com/cryptosense/ocaml-mock/archive/0.1.1.tar.gz" 25 checksum: [ 26 "md5=582b08650d480a1773a70169b942992c" 27 "sha512=1c86066859534c2900a95659f3be299e8646ae1240f796f5d4c579370ede39db19e103945a366c2c316d46459cb17d99ac85fe340b74d1bbc1646e1e20ab857a" 28 ] 29}