Skip to content

Commit 999bff3

Browse files
authored
Merge pull request ocaml#27746 from hirrolot/opam-publish-checked_oint.0.6.0
Package checked_oint.0.6.0
2 parents 5f64e9e + eef001f commit 999bff3

File tree

1 file changed

+41
-0
lines changed
  • packages/checked_oint/checked_oint.0.6.0

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+
}

0 commit comments

Comments
 (0)