# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "An OCaml library for checked integer arithmetic" maintainer: ["hirrolot "] authors: ["hirrolot "] license: "MIT" homepage: "https://github.com/hirrolot/checked_oint" bug-reports: "https://github.com/hirrolot/checked_oint/issues" depends: [ "ocaml" {>= "4.13"} "dune" {>= "3.14"} "ctypes" "ctypes-foreign" {>= "0.21.1"} "ppx_deriving" "ppx_enumerate" "bisect_ppx" "alcotest" {>= "1.7.0"} "odoc" {with-doc} ] available: arch != "arm32" & arch != "x86_32" & arch != "ppc64" & os != "win32" & os != "freebsd" & os-distribution != "fedora" & os-distribution != "ol" & os-family != "opensuse" & os-family != "suse" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/hirrolot/checked_oint.git" url { src: "https://github.com/hirrolot/checked_oint/releases/download/v0.2.2/checked_oint-0.2.2.tar.gz" checksum: [ "md5=0c1932db96a75660802f3965fa17ef20" "sha512=33218a9f5f5e31eaea8c1443f542456f7d988c0ab1ebe9025df107906f073906be012f21f35dead1f193a3fe4d394e02b0cd0de8c47f214f44990458f369cea4" ] }