mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-ml/shared-memory-ring: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
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