this repo has no description
1opam-version: "2.0" 2maintainer: "Marco Aurélio da Silva <marcoonroad@gmail.com>" 3authors: "Marco Aurélio da Silva <marcoonroad@gmail.com>" 4bug-reports: "https://github.com/marcoonroad/ocaml-cuid/issues" 5license: "MIT" 6homepage: "https://github.com/marcoonroad/ocaml-cuid" 7dev-repo: "git+https://github.com/marcoonroad/ocaml-cuid.git" 8synopsis: "CUID generator for OCaml" 9 10build: [ 11 [ "dune" "subst" ] {dev} 12 [ "dune" "build" "-p" name "-j" jobs ] 13] 14 15run-test: [ "dune" "runtest" "-p" name "-j" jobs] 16 17depends: [ 18 "ocaml" {>= "4.03.0"} 19 "alcotest" {with-test} 20 "re" {with-test} 21 "dune" {>= "1.0"} 22 "core" {>= "v0.9.0"} 23 "nocrypto" 24 "bisect_ppx" {< "2.6.0"} 25] 26url { 27 src: "https://github.com/marcoonroad/ocaml-cuid/archive/0.2.tar.gz" 28 checksum: [ 29 "sha256=848e88e46c5b6c51a0737afc25a8fbc1cca275450d08a4aae6b307692108a7ad" 30 "sha512=5d8f0260279177aef5443d57015ed1cdbecc20fe2e4abcdf7bb99c4dc02d0512f3506de1380ec97960c0cfb170bb40023c2403593823270df72798fcbdea4727" 31 ] 32}