this repo has no description
1opam-version: "2.0" 2maintainer: "Andre Nathan <andre@digirati.com.br>" 3authors: [ 4 "Andre Nathan <andre@digirati.com.br>" 5 "Jeff Shaw <shawjef3@msu.edu>" 6] 7license: "MIT" 8homepage: "https://github.com/andrenth/ocaml-uint" 9dev-repo: "git+https://github.com/andrenth/ocaml-uint.git" 10bug-reports: "https://github.com/andrenth/ocaml-uint/issues" 11synopsis: "Deprecated: An unsigned integer library" 12build: [ 13 ["dune" "build" "-p" name "-j" jobs] 14 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 15] 16depends: [ 17 "dune" {>= "1.11"} 18 "ocaml" {>= "4.07.0"} 19 "stdint" {>= "0.5.0"} 20] 21url { 22 src: "https://github.com/andrenth/ocaml-uint/archive/2.0.1.tar.gz" 23 checksum: [ 24 "md5=3cec2efa58139a94dbc74366281d8e38" 25 "sha512=6ecb73813b6636c631a1ea4aa8994f3285e8b5e22e35f33828534b05b1f6f9d54f1f38f822a3512e95bbdba92cc8ee98df472fcbeb9884aeeefc73c038d9084a" 26 ] 27}