dev-ml/lambdasoup - 1.1.1 (guru)

Search

Install

Install this version:

emerge -a =dev-ml/lambdasoup-1.1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ml/lambdasoup-1.1.1

Or alternatively:

emerge --autounmask-write -a =dev-ml/lambdasoup-1.1.1

Package Information

Description:
Functional HTML scraping and manipulation library
Homepage:
https://aantron.github.io/lambdasoup
License:
MIT

Ebuild Details

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

EAPI=8

inherit dune

DESCRIPTION="Functional HTML scraping and manipulation library"
HOMEPAGE="https://aantron.github.io/lambdasoup"
SRC_URI="https://github.com/aantron/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"

RDEPEND="
	dev-ml/markup:=[ocamlopt?]
	dev-ml/camlp-streams:=[ocamlopt?]
	>=dev-ml/dune-2.7.0
	>=dev-lang/ocaml-4.03.0:=[ocamlopt?]
"
DEPEND="
	${RDEPEND}
	test? (
		dev-ml/ounit2:=[ocamlopt?]
	)
"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ml/lambdasoup | euse -E <flag> -p dev-ml/lambdasoup | euse -D <flag> -p dev-ml/lambdasoup

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	
	dev-ml/markup:=[ocamlopt?]
	dev-ml/camlp-streams:=[ocamlopt?]
	>=dev-ml/dune-2.7.0
	>=dev-lang/ocaml-4.03.0:=[ocamlopt?]

	test? (
		dev-ml/ounit2:=[ocamlopt?]
	)

RDEPEND

	dev-ml/markup:=[ocamlopt?]
	dev-ml/camlp-streams:=[ocamlopt?]
	>=dev-ml/dune-2.7.0
	>=dev-lang/ocaml-4.03.0:=[ocamlopt?]

Manifest for 1.1.1

Type File Size Source URLs
DIST lambdasoup-1.1.1.gh.tar.gz 117003 bytes https://github.com/aantron/lambdasoup/archive/1.1.1.tar.gz