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/0.1.tar.gz" 20 checksum: [ 21 "md5=b8affd0ca14ab36564ed03851a5cc03d" 22 "sha512=4311e20dee9bf9fb0d8c599a08fecfc07c48a5a77120157aef4baef32cd3bc75a8aa96a864d28c8e2674e6d4a8317f16c1e3cf99a5c5bf011e15c122e9f4a7cc" 23 ] 24}