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