# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "An OCaml library for checked integer arithmetic" maintainer: ["Tima Kinsart "] authors: ["Tima Kinsart "] 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.1.2/checked_oint-0.1.2.tar.gz" checksum: [ "md5=c4dab38d7d8b37987679308225374fad" "sha512=8d416cd33a030fab4722a155f10ae44b9080de20be761927c9bb20d1c35ec1668ff1774121861156d16735ca1a22ee850f3762e8f2df8d06257b75367fb2d91f" ] }