this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] xedbindings (0.9)

+25
+25
packages/xedbindings/xedbindings.0.9/opam
··· 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.9/ocaml-xed-bindings-v0.9.tgz" 23 + checksum: "sha256=180f7a952a55eeccd58190f808a066e3fdab93e94436037b4e88d5a9d0db09af" 24 + } 25 + x-commit-hash: "00312f473b1477fb1bf317fcf93b5c2a21a85b5d"