dev-cpp/readerwriterqueue - 1.0.6 (ambasta)

Search

Package Information

Description:
A single-producer, single-consumer lock-free queue for C++
Homepage:
https://github.com/cameron314/readerwriterqueue
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
1.0.6 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="A single-producer, single-consumer lock-free queue for C++"
HOMEPAGE="https://github.com/cameron314/readerwriterqueue"
SRC_URI="https://github.com/cameron314/${PN}/archive/v${PV}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=""
RDEPEND="${DEPEND}"

Manifest for 1.0.6

Type File Size Source URLs
DIST v1.0.6.tar.gz 41219 bytes https://github.com/cameron314/readerwriterqueue/archive/v1.0.6.tar.gz