this repo has no description
0
fork

Configure Feed

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

Merge pull request #25764 from hannesm/release-xen-gnt-v4.0.2

[new release] xen-gnt (2 packages) (4.0.2)

authored by

Anil Madhavapeddy and committed by
GitHub
784f6c3a 2b68a774

+90
+44
packages/xen-gnt-unix/xen-gnt-unix.4.0.2/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "john.else@citrix.com" 3 + authors: [ 4 + "Anil Madhavapeddy" 5 + "John Else" 6 + "Thomas Leonard" 7 + "Andrew Cooper" 8 + "David Scott" 9 + ] 10 + homepage: "https://github.com/mirage/ocaml-gnt" 11 + doc: "https://mirage.github.io/ocaml-gnt/" 12 + bug-reports: "https://github.com/mirage/ocaml-gnt/issues" 13 + license: "ISC" 14 + depends: [ 15 + "ocaml" {>= "4.08.0" & < "5"} 16 + "dune" {>= "1.0"} 17 + "xen-gnt" {= version} 18 + "lwt" 19 + "conf-xen" 20 + ] 21 + available: [ arch != "s390x" & arch != "ppc64" & arch != "riscv64" & os != "freebsd" ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + ["dune" "build" "-p" name "-j" jobs] 25 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 26 + ] 27 + dev-repo: "git+https://github.com/mirage/ocaml-gnt.git" 28 + synopsis: "Xen grant table bindings for OCaml" 29 + description: """ 30 + These are used to create Xen device driver "backends" (servers) 31 + and "frontends" (clients). 32 + 33 + This library can be used in both kernelspace (via Mirage) or in userspace 34 + (on Linux). To see a concrete example, have a look at [mirage/ocaml-vchan] 35 + """ 36 + url { 37 + src: 38 + "https://github.com/mirage/ocaml-gnt/releases/download/v4.0.2/xen-gnt-4.0.2.tbz" 39 + checksum: [ 40 + "sha256=8afceb5955d20c0630fbfb7d255df1796873b112e33aeb7197540f5099a9e6a3" 41 + "sha512=d85ca83e98e5ff3331638a9bdde33776b5e29c2863da6c962a8ffe18ebf773af97e310b8eea29ba2c9509bbb308ad2932b5bc7b388b7af32763c76db3adec661" 42 + ] 43 + } 44 + x-commit-hash: "11264ada5f552748f63b96a8254a3399a6518a1b"
+46
packages/xen-gnt/xen-gnt.4.0.2/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "john.else@citrix.com" 3 + authors: [ 4 + "Anil Madhavapeddy" 5 + "John Else" 6 + "Thomas Leonard" 7 + "Andrew Cooper" 8 + "David Scott" 9 + ] 10 + homepage: "https://github.com/mirage/ocaml-gnt" 11 + doc: "https://mirage.github.io/ocaml-gnt/" 12 + bug-reports: "https://github.com/mirage/ocaml-gnt/issues" 13 + license: "ISC" 14 + depends: [ 15 + "ocaml" {>= "4.08.0"} 16 + "dune" {>= "1.0"} 17 + "cstruct" {>= "1.0.1"} 18 + "io-page" {>= "2.4.0"} 19 + "lwt" {>= "2.4.3"} 20 + "lwt-dllist" 21 + "cmdliner" 22 + ] 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + ["dune" "build" "-p" name "-j" jobs] 26 + ] 27 + available: [ arch != "s390x" & arch != "ppc64" & arch != "riscv64" ] 28 + dev-repo: "git+https://github.com/mirage/ocaml-gnt.git" 29 + synopsis: "Xen grant table bindings for OCaml" 30 + description: """ 31 + These are used to create Xen device driver "backends" (servers) 32 + and "frontends" (clients). 33 + 34 + This library can be used in both kernelspace (via Mirage) or in userspace 35 + (on Linux) via the xen-gnt-unix library. 36 + To see a concrete example, have a look at [mirage/ocaml-vchan] 37 + """ 38 + url { 39 + src: 40 + "https://github.com/mirage/ocaml-gnt/releases/download/v4.0.2/xen-gnt-4.0.2.tbz" 41 + checksum: [ 42 + "sha256=8afceb5955d20c0630fbfb7d255df1796873b112e33aeb7197540f5099a9e6a3" 43 + "sha512=d85ca83e98e5ff3331638a9bdde33776b5e29c2863da6c962a8ffe18ebf773af97e310b8eea29ba2c9509bbb308ad2932b5bc7b388b7af32763c76db3adec661" 44 + ] 45 + } 46 + x-commit-hash: "11264ada5f552748f63b96a8254a3399a6518a1b"