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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.1 | 8 | ~amd64 | 0/1.1.1 |
# 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?]
)
"
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
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?] )
dev-ml/markup:=[ocamlopt?] dev-ml/camlp-streams:=[ocamlopt?] >=dev-ml/dune-2.7.0 >=dev-lang/ocaml-4.03.0:=[ocamlopt?]
| 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 |