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" 11build: 12[[ "ocaml" "pkg/pkg.ml" "build" 13 "--pinned" "%{pinned}%"]] 14depends: [ 15 "ocaml" {< "5.0"} 16 "ocamlbuild" {build & != "0.9.0"} 17 "ocamlfind" {build} 18 "topkg" {build} 19] 20doc: "http://yallop.github.io/ocaml-integers/api.docdir/" 21synopsis: "Various signed and unsigned integer types for OCaml" 22url { 23 src: 24 "https://github.com/yallop/ocaml-integers/releases/download/0.2.1/integers-0.2.1.tbz" 25 checksum: [ 26 "sha256=a03611e44104107fe35d8e396aa8d40bd478414234c1926cd36358556f95e851" 27 "md5=f57d65fbfb8163ae6401fab3224bbd72" 28 ] 29}