dev-ml/lambdasoup: new package, add 1.1.1

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2025-10-11 19:04:49 +00:00
parent 5746eaf0ff
commit f1ff03951d
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST lambdasoup-1.1.1.gh.tar.gz 117003 BLAKE2B a9a35fab09ba4eda73d78b90e3a987951f5be5f550cc37ad6ffb7b0d63df7e50f94e76ccefb259efd2c29e331827093866b7398ce2b2b19d3ed92a0c1ad4f1f3 SHA512 a31acfd7ab08af23718fbc487c4ae9ea8cff2a02be1d0e7abee767421422dd950bfd317843cd8cc3f2669a097d0e543c50d2817008bfb72c51b5094f5a2c382b

View File

@@ -0,0 +1,25 @@
# 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"
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?]
test? ( dev-ml/ounit2:=[ocamlopt?] )
"
DEPEND="${RDEPEND}"

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>t@laumann.xyz</email>
<name>Thomas Bracht Laumann Jespersen</name>
</maintainer>
<upstream>
<remote-id type="github">aantron/lambdasoup</remote-id>
</upstream>
</pkgmetadata>