File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
packages/xedbindings/xedbindings.0.11 Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments