mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-ml/lambdasoup: new package, add 1.1.1
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
1
dev-ml/lambdasoup/Manifest
Normal file
1
dev-ml/lambdasoup/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST lambdasoup-1.1.1.gh.tar.gz 117003 BLAKE2B a9a35fab09ba4eda73d78b90e3a987951f5be5f550cc37ad6ffb7b0d63df7e50f94e76ccefb259efd2c29e331827093866b7398ce2b2b19d3ed92a0c1ad4f1f3 SHA512 a31acfd7ab08af23718fbc487c4ae9ea8cff2a02be1d0e7abee767421422dd950bfd317843cd8cc3f2669a097d0e543c50d2817008bfb72c51b5094f5a2c382b
|
||||
25
dev-ml/lambdasoup/lambdasoup-1.1.1.ebuild
Normal file
25
dev-ml/lambdasoup/lambdasoup-1.1.1.ebuild
Normal 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}"
|
||||
11
dev-ml/lambdasoup/metadata.xml
Normal file
11
dev-ml/lambdasoup/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user