dev-ml/tyxml - 4.5.0 (gentoo)

Search

Package Information

Description:
A library for building correct HTML and SVG documents
Homepage:
https://github.com/ocsigen/tyxml
License:
LGPL-2.1-with-linking-exception

Ebuild Details

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

EAPI=8

inherit dune

DESCRIPTION="A library for building correct HTML and SVG documents"
HOMEPAGE="https://github.com/ocsigen/tyxml"
SRC_URI="https://github.com/ocsigen/${PN}/releases/download/${PV}/${P}.tbz"

LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"

RDEPEND="
	dev-ml/markup:=
	dev-ml/ppxlib:=
	dev-ml/uutf:=
	dev-ml/re:="
DEPEND="${RDEPEND}"
BDEPEND="test? (
	dev-ml/alcotest
	dev-ml/reason
)"

PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )

USE Flags

ocamlopt
Default: Enabled (+)

Dependencies

DEPEND

	dev-ml/markup:=
	dev-ml/ppxlib:=
	dev-ml/uutf:=
	dev-ml/re:=

RDEPEND

	dev-ml/markup:=
	dev-ml/ppxlib:=
	dev-ml/uutf:=
	dev-ml/re:=

BDEPEND

test? (
	dev-ml/alcotest
	dev-ml/reason
)

Manifest for 4.5.0

Type File Size Source URLs
DIST tyxml-4.5.0.tbz 102918 bytes https://github.com/ocsigen/tyxml/releases/download/4.5.0/tyxml-4.5.0.tbz