dev-cpp/expected - 1.1.0 (gentoo)

Search

Package Information

Description:
Single header implementation of std::expected with functional-style extensions
Homepage:
https://github.com/TartanLlama/expected
License:
CC0-1.0

Ebuild Details

Version EAPI Keywords Slot
1.1.0 8 ~alpha amd64 ~loong ~s390 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Single header implementation of std::expected with functional-style extensions"
HOMEPAGE="https://github.com/TartanLlama/expected"

SRC_URI="https://github.com/TartanLlama/expected/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~alpha amd64 ~loong ~s390 ~x86"
RESTRICT="test"

src_configure() {
	local mycmakeargs=(
		-Wno-dev
		-DEXPECTED_BUILD_TESTS=OFF
	)

	cmake_src_configure
}

Manifest for 1.1.0

Type File Size Source URLs
DIST expected-1.1.0.tar.gz 23747 bytes https://github.com/TartanLlama/expected/archive/refs/tags/v1.1.0.tar.gz