this repo has no description
1opam-version: "2.0"
2maintainer: "Jeong Jihoon <jjh_t@kaist.ac.kr>"
3authors: ["Jeong Jihoon"]
4homepage: "https://github.com/jjh84/ocaml-radamsa"
5bug-reports: "https://github.com/jjh84/ocaml-radamsa/issues"
6dev-repo: "git+https://github.com/jjh84/ocaml-radamsa.git"
7license: "MIT"
8build: [
9 ["dune" "build" "-p" name "-j" jobs]
10]
11
12depends: [
13 "ocaml" {>= "4.06.0"}
14 "dune" {>= "2.6.0"}
15]
16
17synopsis: "Radamsa bindings for OCaml"
18url {
19 src: "https://github.com/jjh84/ocaml-radamsa/archive/v0.2.1.tar.gz"
20 checksum: [
21 "md5=de7e71b22cba4a2c53d6bc7ab88ef445"
22 "sha512=50d43d4dc4600ebaa32818345da2ec1e35e9f4aa01aa84f3a6f9bdf63e9c10a76ee37058fd011ca6a0e3f7fd8611801873adc779f5c0e355ffecb97d0622dc05"
23 ]
24}