Skip to content

Commit

Permalink
Merge pull request #7020 from mato/opam-publish/solo5-kernel-virtio.0…
Browse files Browse the repository at this point in the history
….1.1

solo5-kernel-virtio.0.1.1 - via opam-publish
  • Loading branch information
yallop committed Jul 21, 2016
2 parents e91db28 + 6207480 commit 98fbb93
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/solo5-kernel-virtio/solo5-kernel-virtio.0.1.1/descr
@@ -0,0 +1,3 @@
Solo5 unikernel base (virtio target)

Solo5 as a unikernel base layer provides the lowest layer for Mirage/Solo5. This package includes Solo5 built for the "virtio" target, to run on KVM/QEMU or any other virtio-compliant hypervisor.
17 changes: 17 additions & 0 deletions packages/solo5-kernel-virtio/solo5-kernel-virtio.0.1.1/opam
@@ -0,0 +1,17 @@
opam-version: "1.2"
maintainer: "martin@lucina.net"
authors: [
"Dan Williams <djwillia@us.ibm.com>"
"Martin Lucina <martin@lucina.net>"
"Ricardo Koller <kollerr@us.ibm.com>"
]
homepage: "https://github.com/solo5/solo5"
bug-reports: "https://github.com/solo5/solo5/issues"
license: "ISC"
dev-repo: "https://github.com/solo5/solo5.git"
build: [make "virtio"]
install: [make "opam-virtio-install" "PREFIX=%{prefix}%"]
remove: [make "opam-virtio-uninstall" "PREFIX=%{prefix}%"]
depends: "conf-pkg-config"
conflicts: "solo5-kernel-ukvm"
available: [ocaml-version >= "4.02.3" & arch = "x86_64" & os != "darwin"]
2 changes: 2 additions & 0 deletions packages/solo5-kernel-virtio/solo5-kernel-virtio.0.1.1/url
@@ -0,0 +1,2 @@
http: "https://github.com/Solo5/solo5/archive/v0.1.1.tar.gz"
checksum: "72bf81d2dfcf25815169cef842c2e2dc"

0 comments on commit 98fbb93

Please sign in to comment.