this repo has no description
1opam-version: "2.0" 2maintainer: "Li-yao Xia <lysxia@gmail.com>" 3authors: "Li-yao Xia" 4homepage: "https://github.com/Lysxia/pure-splitmix" 5bug-reports: "https://github.com/Lysxia/pure-splitmix/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/Lysxia/pure-splitmix.git" 8build: [ 9 [make "build"] 10 [make "test"] {with-test} 11] 12depends: [ 13 "ocaml" 14 "ocamlbuild" {build & >= "0.9.0"} 15] 16synopsis: "Purely functional splittable PRNG" 17url { 18 src: "https://github.com/Lysxia/pure-splitmix/archive/0.2.tar.gz" 19 checksum: [ 20 "sha256=de1c3d435477c61c0c36bbf77dc7bc8777a8322ea81d811c3236e5d4fcf22153" 21 "md5=ceb412a5aec34d00fb6141bf0c28504b" 22 ] 23} 24extra-source "pure-splitmix.install" { 25 src: 26 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/pure-splitmix/pure-splitmix.install" 27 checksum: [ 28 "sha256=062b380e1fd9b631fa393baba1e1725c745427bb49e198c02824d42760baf0b2" 29 "md5=729786d7726ba498a64dfe515539316a" 30 ] 31}