mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-ml/shared-memory-ring: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-ml/shared-memory-ring/Manifest
Normal file
1
dev-ml/shared-memory-ring/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST shared-memory-ring-3.1.0.tar.gz 20345 BLAKE2B 85677658ed769c355106e47cbaf65acecbe3fd77ea23a1aae2ae608fef28ecfc12bb8a2d19131b1e623467c6101d0cbd49cc6d3fe52ee15d9101fb5558b6abeb SHA512 f49375cd8b32ddddb0a3402fa8bfaa5b4b1cbb3a68ced8facae6200f75224c5b6fbb4e3b0cc74e01d95aa2b46154051e077c39e9ed8c71997107b17fc888f25f
|
||||
11
dev-ml/shared-memory-ring/metadata.xml
Normal file
11
dev-ml/shared-memory-ring/metadata.xml
Normal 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/shared-memory-ring</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
28
dev-ml/shared-memory-ring/shared-memory-ring-3.1.0.ebuild
Normal file
28
dev-ml/shared-memory-ring/shared-memory-ring-3.1.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Xen-style shared memory rings"
|
||||
HOMEPAGE="https://github.com/mirage/shared-memory-ring"
|
||||
SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt"
|
||||
|
||||
RDEPEND="
|
||||
dev-ml/cstruct
|
||||
dev-ml/lwt
|
||||
dev-ml/lwt-dllist
|
||||
dev-ml/mirage-profile
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
dune_src_install shared-memory-ring
|
||||
dune_src_install shared-memory-ring-lwt
|
||||
}
|
||||
Reference in New Issue
Block a user