dev-ml/xenstore: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-02 19:17:38 +02:00
parent f3274781ea
commit 6efac53dc7
3 changed files with 33 additions and 0 deletions

1
dev-ml/xenstore/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST xenstore-2.1.1.tbz 48724 BLAKE2B ba46ba139690bcc42acade68c57dc9427c83cb0adcee1d6b49a934376d5f7ff24b1c10c75159eee831969c8c928c0a06c220cc56aa4ac6d71446a55a8219063a SHA512 9cd80f7912a77f628fd346b30790981a8802528a6240dc5faeeb83e61aa4a2e2ee9a1cafbc4058eb9f6c38f1a4ac6c59408fdc92b545633cde06369d2c1e1890

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<remote-id type="github">mirage/ocaml-xenstore</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="A Xenstore protocol implementation in pure OCaml"
HOMEPAGE="https://github.com/mirage/ocaml-xenstore"
SRC_URI="https://github.com/mirage/ocaml-${PN}/releases/download/${PV}/${P}.tbz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"
DEPEND="
dev-ml/cstruct
dev-ml/lwt
"
RDEPEND="${DEPEND}"