this repo has no description

[new release] xedbindings (0.9)

Changed files
+25
packages
xedbindings
xedbindings.0.9
+25
packages/xedbindings/xedbindings.0.9/opam
···
+
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"