this repo has no description
1opam-version: "2.0" 2maintainer: "Andre Nathan <andre@digirati.com.br>" 3authors: [ 4 "Andre Nathan <andre@digirati.com.br>" "Jeff Shaw <shawjef3@msu.edu>" 5] 6homepage: "https://github.com/andrenth/ocaml-uint" 7bug-reports: "https://github.com/andrenth/ocaml-uint/issues" 8license: "MIT" 9dev-repo: "git+https://github.com/andrenth/ocaml-uint.git" 10build: [ 11 ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 12 ["ocaml" "setup.ml" "-build"] 13 ["ocaml" "setup.ml" "-doc"] {with-doc} 14] 15install: ["ocaml" "setup.ml" "-install"] 16remove: ["ocamlfind" "remove" "uint"] 17depends: [ 18 "ocaml" {< "5.0"} 19 "base-bytes" {= "base"} 20 "ocamlfind" {>= "1.5"} 21 "ocamlbuild" {build} 22] 23synopsis: "Unsigned ints for OCaml" 24flags: light-uninstall 25url { 26 src: "https://github.com/andrenth/ocaml-uint/archive/1.2.1.tar.gz" 27 checksum: [ 28 "sha256=caf485ae2429dccc9335c85199f7e763723fb1de9aa62818207c97c9f147bbe3" 29 "md5=297717020628f66247e4726c72af5ed2" 30 ] 31}