this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "An OCaml library for checked integer arithmetic" 4maintainer: ["hirrolot <hirrolot@gmail.com>"] 5authors: ["hirrolot <hirrolot@gmail.com>"] 6license: "MIT" 7homepage: "https://github.com/hirrolot/checked_oint" 8bug-reports: "https://github.com/hirrolot/checked_oint/issues" 9depends: [ 10 "ocaml" {>= "4.13"} 11 "dune" {>= "3.14"} 12 "ppx_deriving" 13 "ppx_enumerate" 14 "bisect_ppx" 15 "alcotest" {>= "1.7.0"} 16 "odoc" {with-doc} 17] 18available: arch != "arm32" & arch != "x86_32" 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/hirrolot/checked_oint.git" 34url { 35 src: 36 "https://github.com/hirrolot/checked_oint/releases/download/v0.5.0/checked_oint-0.5.0.tar.gz" 37 checksum: [ 38 "md5=051bf003209fc93803434c25b4a61e25" 39 "sha512=98237a6114bc6c2da3777a7ee6555ebd29f10a129de237f3b11bf266aee75627a292bec9eeff5ad7f4d090fd5de865fda952f0c4b60e7bc0c0eb62cdc85387f0" 40 ] 41}