commit: f1ff03951d80b55e55d51aca8fd9518f7949449e Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz> AuthorDate: Sat Oct 11 19:04:49 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sat Oct 11 19:06:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1ff0395
dev-ml/lambdasoup: new package, add 1.1.1 Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz> dev-ml/lambdasoup/Manifest | 1 + dev-ml/lambdasoup/lambdasoup-1.1.1.ebuild | 25 +++++++++++++++++++++++++ dev-ml/lambdasoup/metadata.xml | 11 +++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-ml/lambdasoup/Manifest b/dev-ml/lambdasoup/Manifest new file mode 100644 index 0000000000..31471d26e8 --- /dev/null +++ b/dev-ml/lambdasoup/Manifest @@ -0,0 +1 @@ +DIST lambdasoup-1.1.1.gh.tar.gz 117003 BLAKE2B a9a35fab09ba4eda73d78b90e3a987951f5be5f550cc37ad6ffb7b0d63df7e50f94e76ccefb259efd2c29e331827093866b7398ce2b2b19d3ed92a0c1ad4f1f3 SHA512 a31acfd7ab08af23718fbc487c4ae9ea8cff2a02be1d0e7abee767421422dd950bfd317843cd8cc3f2669a097d0e543c50d2817008bfb72c51b5094f5a2c382b diff --git a/dev-ml/lambdasoup/lambdasoup-1.1.1.ebuild b/dev-ml/lambdasoup/lambdasoup-1.1.1.ebuild new file mode 100644 index 0000000000..5a254b2ba6 --- /dev/null +++ b/dev-ml/lambdasoup/lambdasoup-1.1.1.ebuild @@ -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}" diff --git a/dev-ml/lambdasoup/metadata.xml b/dev-ml/lambdasoup/metadata.xml new file mode 100644 index 0000000000..468e334950 --- /dev/null +++ b/dev-ml/lambdasoup/metadata.xml @@ -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>[email protected]</email> + <name>Thomas Bracht Laumann Jespersen</name> + </maintainer> + <upstream> + <remote-id type="github">aantron/lambdasoup</remote-id> + </upstream> +</pkgmetadata>
