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: ["Tima Kinsart <hirrolot@gmail.com>"] 5authors: ["Tima Kinsart <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 "ctypes" 13 "ctypes-foreign" {>= "0.21.1"} 14 "ppx_deriving" 15 "ppx_enumerate" 16 "bisect_ppx" 17 "alcotest" {>= "1.7.0"} 18 "odoc" {with-doc} 19] 20available: arch != "arm32" & arch != "x86_32" & arch != "ppc64" & os != "win32" & os != "freebsd" & os-distribution != "fedora" & os-distribution != "ol" & os-family != "opensuse" & os-family != "suse" 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/hirrolot/checked_oint.git" 36url { 37 src: 38 "https://github.com/hirrolot/checked_oint/releases/download/v0.1.1/checked_oint-0.1.1.tar.gz" 39 checksum: [ 40 "md5=8c5bd9e10faffd495037c4ecd0f8e6ea" 41 "sha512=e0179cbb8ea6d3f1a5ed87e190c88cd5a95a5cca817ef786b945e0fd8ffaaea46d34b64ea673b6c184fae27860f9a44ad0b66dc974fbfc9558de9025eb84d6f2" 42 ] 43}