Skip to content

Commit d7b4733

Browse files
committed
[new release] ooh (0.0.3)
CHANGES: - use uintptr_t instead of ptrdiff_t - mark unavailable on 32bit platforms
1 parent 391f82e commit d7b4733

File tree

1 file changed

+45
-0
lines changed
  • packages/ooh/ooh.0.0.3

1 file changed

+45
-0
lines changed

packages/ooh/ooh.0.0.3/opam

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
opam-version: "2.0"
2+
synopsis: "OCaml out-of-heap"
3+
description: "Out-of-heap data"
4+
maintainer: ["Stefan Muenzel"]
5+
authors: ["Stefan Muenzel"]
6+
license: "MPL-2.0"
7+
tags: ["out-of-heap"]
8+
homepage: "https://github.com/engineeredabstraction/ooh"
9+
bug-reports: "https://github.com/engineeredabstraction/ooh/issues"
10+
depends: [
11+
"ocaml" {>= "4.12"}
12+
"dune" {>= "3.16"}
13+
"typerep"
14+
"cinaps"
15+
"ppx_jane" {with-test}
16+
"ppx_optional"
17+
"ppx_pipebang"
18+
"ppx_typerep_conv"
19+
"odoc" {with-doc}
20+
]
21+
build: [
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+
]
35+
dev-repo: "git+https://github.com/engineeredabstraction/ooh.git"
36+
available: arch != "arm32" & arch != "x86_32"
37+
url {
38+
src:
39+
"https://github.com/engineeredabstraction/ooh/releases/download/0.0.3/ooh-0.0.3.tbz"
40+
checksum: [
41+
"sha256=2f0f977413113fec64681b7f85c210fd24e1b46d3b6900097a70f972775dd74f"
42+
"sha512=814f0e8ac9466a58cc26ef9f7b81baa56f1a8b526eb883d1d409f77be1ad4c48e87d2ea47494cb8bdebbcfb74cf5ceac079532445277c6cf02149efa544dce64"
43+
]
44+
}
45+
x-commit-hash: "5470d1f846b39542ec11eb06988b536697765314"

0 commit comments

Comments
 (0)