Skip to content

Commit

Permalink
Merge pull request ocaml#26225 from percontation/xedbindings
Browse files Browse the repository at this point in the history
[new release] xedbindings (0.9)
  • Loading branch information
mseri authored Jul 15, 2024
2 parents eaf6fd7 + 87861bc commit 4294b24
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions packages/xedbindings/xedbindings.0.9/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
opam-version: "2.0"
synopsis: "Bindings to Intel XED"
maintainer: "Ryan Goulden"
authors: "Ryan Goulden"
license: "Apache-2.0"
homepage: "https://github.com/percontation/ocaml-xed-bindings"
bug-reports: "https://github.com/percontation/ocaml-xed-bindings/issues"
dev-repo: "git+https://github.com/percontation/ocaml-xed-bindings.git"
available: [ os != "win32" ]
build: [
["sh" "xed-build.sh"]
["dune" "build" "-p" name "-j" jobs "@install"]
]
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "3.7"}
"ctypes" {>= "0.12"}
"conf-python-3" {build}
]
conflicts: ["ocaml-option-bytecode-only"]
url {
src: "https://github.com/percontation/ocaml-xed-bindings/releases/download/v0.9/ocaml-xed-bindings-v0.9.tgz"
checksum: "sha256=180f7a952a55eeccd58190f808a066e3fdab93e94436037b4e88d5a9d0db09af"
}
x-commit-hash: "00312f473b1477fb1bf317fcf93b5c2a21a85b5d"

0 comments on commit 4294b24

Please sign in to comment.