mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
dev-ml/stringext: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-ml/stringext/Manifest
Normal file
1
dev-ml/stringext/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST stringext-1.6.0.tar.gz 7842 BLAKE2B 18aaf2fc410bb332aee01bafb502d410c200470b50f408561cb4839d0f7a05caa204c573ff9a44b8e05f858fe3efb6875e3255de6001be68c674346984a3b596 SHA512 77af121d915be73b6a6262c8cc62ba712e59b9aef4825d06ed7fdd960c99d9fcbc7681dca526ddf7e4210127966826e913cf1bd4e71bd75584a0b5caf9ac9625
|
||||
12
dev-ml/stringext/metadata.xml
Normal file
12
dev-ml/stringext/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">rgrinberg/stringext</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
20
dev-ml/stringext/stringext-1.6.0-r2.ebuild
Normal file
20
dev-ml/stringext/stringext-1.6.0-r2.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Extra string functions for OCaml"
|
||||
HOMEPAGE="https://github.com/rgrinberg/stringext"
|
||||
SRC_URI="https://github.com/rgrinberg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt"
|
||||
|
||||
RDEPEND="
|
||||
dev-ml/base
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user