Skip to content

Commit 4067060

Browse files
Merge pull request #28373 from percontation/patch-1
[new release] xedbindings (0.11)
2 parents 0978bfc + fb9fcaf commit 4067060

File tree

1 file changed

+25
-0
lines changed
  • packages/xedbindings/xedbindings.0.11

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
opam-version: "2.0"
2+
synopsis: "Bindings to Intel XED"
3+
maintainer: "Ryan Goulden"
4+
authors: "Ryan Goulden"
5+
license: "Apache-2.0"
6+
homepage: "https://github.com/percontation/ocaml-xed-bindings"
7+
bug-reports: "https://github.com/percontation/ocaml-xed-bindings/issues"
8+
dev-repo: "git+https://github.com/percontation/ocaml-xed-bindings.git"
9+
available: [ os != "win32" ]
10+
build: [
11+
["sh" "xed-build.sh"]
12+
["dune" "build" "-p" name "-j" jobs "@install"]
13+
]
14+
depends: [
15+
"ocaml" {>= "4.08"}
16+
"dune" {>= "3.7"}
17+
"ctypes" {>= "0.12"}
18+
"conf-python-3" {build}
19+
]
20+
conflicts: ["ocaml-option-bytecode-only"]
21+
url {
22+
src: "https://github.com/percontation/ocaml-xed-bindings/releases/download/v0.11/ocaml-xed-bindings-v0.11.tgz"
23+
checksum: "sha256=ea29bff243aa399ec08ded1d2eba326e4fa8b45c797e52550eb8913b4d45df68"
24+
}
25+
x-commit-hash: "f4934af004afb8d374e09d2fc37e6e133d0c6620"

0 commit comments

Comments
 (0)