sci-mathematics/psmt2-frontend - 0.4.0 (gentoo)

Search

Package Information

Description:
Library to parse and type-check an extension of the SMT-LIB 2 standard
Homepage:
https://github.com/OCamlPro-Coquera/psmt2-frontend
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.4.0 8 amd64 ~arm64 ~x86 0/0.4.0
View Raw Ebuild
# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit dune

DESCRIPTION="Library to parse and type-check an extension of the SMT-LIB 2 standard"
HOMEPAGE="https://github.com/OCamlPro-Coquera/psmt2-frontend"
SRC_URI="https://github.com/OCamlPro-Coquera/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="amd64 ~arm64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"

RDEPEND=">=dev-ml/menhir-20181006:="
DEPEND="${RDEPEND}"
BDEPEND="test? (
	dev-ml/ppx_expect
	dev-ml/ppx_inline_test
)"

USE Flags

ocamlopt
Default: Enabled (+)

Dependencies

DEPEND

>=dev-ml/menhir-20181006:=

RDEPEND

>=dev-ml/menhir-20181006:=

BDEPEND

test? (
	dev-ml/ppx_expect
	dev-ml/ppx_inline_test
)

Manifest for 0.4.0

Type File Size Source URLs
DIST psmt2-frontend-0.4.0.tar.gz 70801 bytes https://github.com/OCamlPro-Coquera/psmt2-frontend/archive/0.4.0.tar.gz