this repo has no description
1opam-version: "2.0" 2maintainer: "yallop@gmail.com" 3authors: ["Jeremy Yallop" 4 "Demi Obenour" 5 "Stephane Glondu" 6 "Andreas Hauptmann"] 7homepage: "https://github.com/yallop/ocaml-integers" 8bug-reports: "https://github.com/yallop/ocaml-integers/issues" 9dev-repo: "git+https://github.com/yallop/ocaml-integers.git" 10license: "MIT" 11 12build: [ 13 ["dune" "subst"] {dev} 14 ["dune" "build" "-p" name "-j" jobs] 15 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 16] 17 18depends: [ 19 "ocaml" {>= "4.03"} 20 "dune" {>= "1.0"} 21 "stdlib-shims" 22] 23doc: "http://yallop.github.io/ocaml-integers/api.docdir/" 24synopsis: "Various signed and unsigned integer types for OCaml" 25url { 26 src: "https://github.com/yallop/ocaml-integers/archive/0.6.0.tar.gz" 27 checksum: [ 28 "sha256=7b4bd5f03270201aa22612137edb7844f752e201012b6b584620b76fa0062bf8" 29 "md5=a1e2412f4a0d88757d1a4297f18b374e" 30 ] 31}