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.07.0"} 19 "ounit2" 20 "ppx_deriving" {with-test} 21] 22synopsis: "OUnit wrapper for OCaml mock" 23url { 24 src: 25 "https://github.com/cryptosense/ocaml-mock/archive/refs/tags/1.0.0.tar.gz" 26 checksum: [ 27 "md5=67deb0f8161f966bef6a422349dd88ad" 28 "sha512=3cad4d869563f4f187cc388170186825e0259a3f0a2d0c956ba47cb1f22ce08860677d80c04451d0b448745d76fef7f1c87e11ac1130548cb8506d5bc5715cd8" 29 ] 30}