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.1.tar.gz"
19 checksum: [
20 "sha256=575410e4a9205feb7fbf0bb7190972270e78e6862312eec916194e7ced2017cf"
21 "md5=5d8dedb233756272ec55a83501f2a139"
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}