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/" 21synopsis: "Various signed and unsigned integer types for OCaml" 22url { 23 src: 24 "https://github.com/yallop/ocaml-integers/releases/download/0.2.0/integers-0.2.0.tbz" 25 checksum: [ 26 "sha256=b3d554125aefebe65e4e7d350fd526f7b788d74503daee1f1ec60a425184a73c" 27 "md5=0d485413bf08a238a424c0f573d5c3c3" 28 ] 29}