File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
packages/checked_oint/checked_oint.0.6.0 Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "An OCaml library for checked integer arithmetic"
4+ maintainer: ["hirrolot <
[email protected] >"]
5+ authors: ["hirrolot <
[email protected] >"]
6+ license: "MIT"
7+ homepage: "https://github.com/hirrolot/checked_oint"
8+ bug-reports: "https://github.com/hirrolot/checked_oint/issues"
9+ depends: [
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+ ]
18+ available: arch != "arm32" & arch != "x86_32"
19+ build: [
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+ ]
33+ dev-repo: "git+https://github.com/hirrolot/checked_oint.git"
34+ url {
35+ src:
36+ "https://github.com/hirrolot/checked_oint/releases/download/v0.6.0/checked_oint-0.6.0.tar.gz"
37+ checksum: [
38+ "md5=b591d7b273ed7b077bfcf9e6c18b8b0f"
39+ "sha512=011068d5af060e4e9b5e72631e61967e4566c80271bd42ff93b2bd65b79dbe8360058ebeb184e3a6582c6aa4da48d65c390dc87e04883bf3ff7d5fa600354a3c"
40+ ]
41+ }
You can’t perform that action at this time.
0 commit comments