Skip to content

Commit

Permalink
[new release] xedbindings (0.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
percontation committed Jul 11, 2024
1 parent 4f0e68e commit 5d70689
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=855fcc25739569c6cc45a039cbbaea54445aa066c89e649ed91e45f0f6e09bfb"
}
x-commit-hash: "3413e41ee74218a02dc3678e72c1389f97779e74"

0 comments on commit 5d70689

Please sign in to comment.