* [gentoo-commits] repo/gentoo:master commit in: dev-ml/angstrom/
@ 2017-07-02 15:57 Alexis Ballier
0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier @ 2017-07-02 15:57 UTC (permalink / raw
To: gentoo-commits
commit: 62fc88e172cca1e3ac4873693f0891cfca91f0c5
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 15:57:01 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 15:57:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62fc88e1
dev-ml/angstrom: initial import; ebuild by me
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ml/angstrom/Manifest | 1 +
dev-ml/angstrom/angstrom-0.5.1.ebuild | 36 +++++++++++++++++++++++++++++++++++
dev-ml/angstrom/metadata.xml | 15 +++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/dev-ml/angstrom/Manifest b/dev-ml/angstrom/Manifest
new file mode 100644
index 00000000000..b5a1799d085
--- /dev/null
+++ b/dev-ml/angstrom/Manifest
@@ -0,0 +1 @@
+DIST angstrom-0.5.1.tar.gz 131214 SHA256 f9ae1834f5d89469b37c0f7a1a9c21a71c1085703ad34570791dbe7522889492 SHA512 e79c11333b11e2fb25f7a6667f9c6498a55ead7d9517c9b0e0b4e9cab1a220e65017a105e146f82688c54a6abf0f7a269ed163460f8fa83f95bec6bec61b8d5f WHIRLPOOL dd7382046338d615409d0af216db482072719580f5a96b6c6dd16b85d03dd125af834433fd4f3ef6de008319764aa76b2575edd698e9313ead931304cd45fdd0
diff --git a/dev-ml/angstrom/angstrom-0.5.1.ebuild b/dev-ml/angstrom/angstrom-0.5.1.ebuild
new file mode 100644
index 00000000000..f5d25f5dc76
--- /dev/null
+++ b/dev-ml/angstrom/angstrom-0.5.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="Parser combinators built for speed and memory efficiency"
+HOMEPAGE="https://github.com/inhabitedtype/angstrom"
+SRC_URI="https://github.com/inhabitedtype/angstrom/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+lwt async"
+
+RDEPEND="
+ dev-ml/ocaml-cstruct:=
+ dev-ml/ocplib-endian:=
+ dev-ml/result:=
+ lwt? ( dev-ml/lwt:= )
+ async? ( dev-ml/async:= )
+"
+DEPEND="${RDEPEND}
+ test? ( dev-ml/alcotest )"
+
+# needs old alcotest...
+RESTRICT="test"
+
+DOCS=( README.md )
+
+src_configure() {
+ oasis_configure_opts="$(use_enable lwt) $(use_enable async)" oasis_src_configure
+}
diff --git a/dev-ml/angstrom/metadata.xml b/dev-ml/angstrom/metadata.xml
new file mode 100644
index 00000000000..4e11ac5a696
--- /dev/null
+++ b/dev-ml/angstrom/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>Gentoo ML Project</name>
+</maintainer>
+ <use>
+ <flag name="async">Enable <pkg>dev-ml/async</pkg> bindings for asynchronous API.</flag>
+ <flag name="lwt">Enable <pkg>dev-ml/lwt</pkg> bindings for asynchronous API.</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">inhabitedtype/angstrom</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/angstrom/
@ 2017-07-24 11:18 Alexis Ballier
0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier @ 2017-07-24 11:18 UTC (permalink / raw
To: gentoo-commits
commit: 51471a62b04860c0f6bc432461df780535ac9094
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 11:12:27 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 11:17:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51471a62
dev-ml/angstrom: bump to 0.6.0
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-ml/angstrom/Manifest | 1 +
dev-ml/angstrom/angstrom-0.6.0.ebuild | 46 +++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-ml/angstrom/Manifest b/dev-ml/angstrom/Manifest
index b5a1799d085..ad924f8a4c8 100644
--- a/dev-ml/angstrom/Manifest
+++ b/dev-ml/angstrom/Manifest
@@ -1 +1,2 @@
DIST angstrom-0.5.1.tar.gz 131214 SHA256 f9ae1834f5d89469b37c0f7a1a9c21a71c1085703ad34570791dbe7522889492 SHA512 e79c11333b11e2fb25f7a6667f9c6498a55ead7d9517c9b0e0b4e9cab1a220e65017a105e146f82688c54a6abf0f7a269ed163460f8fa83f95bec6bec61b8d5f WHIRLPOOL dd7382046338d615409d0af216db482072719580f5a96b6c6dd16b85d03dd125af834433fd4f3ef6de008319764aa76b2575edd698e9313ead931304cd45fdd0
+DIST angstrom-0.6.0.tar.gz 80393 SHA256 9080c6ad32ee5c31ae5b754370328daa5febb219ae2a1e8390fb469622dca7ee SHA512 4b03022f3e8147075653a9740473ce23fc42ba8c559f1b86311132fa1a09cfac0f044cb3a8c9fc2d97f4acef35806b4742606b0af22d6b07058e8a78c6672618 WHIRLPOOL a79f7e522e645b605eabb155c604cf6e2e435e9325551a22efbe5c1b12f57726c8ccdad510ef618cc510b409acc6cb86204630ecb4cf1af6d1adc628bb19dd33
diff --git a/dev-ml/angstrom/angstrom-0.6.0.ebuild b/dev-ml/angstrom/angstrom-0.6.0.ebuild
new file mode 100644
index 00000000000..a339e74dacc
--- /dev/null
+++ b/dev-ml/angstrom/angstrom-0.6.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit findlib
+
+DESCRIPTION="Parser combinators built for speed and memory efficiency"
+HOMEPAGE="https://github.com/inhabitedtype/angstrom"
+SRC_URI="https://github.com/inhabitedtype/angstrom/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+ dev-lang/ocaml:=
+ dev-ml/ocaml-cstruct:=
+ dev-ml/ocplib-endian:=
+ dev-ml/result:=
+"
+DEPEND="${RDEPEND}
+ dev-ml/jbuilder
+ dev-ml/opam
+ test? ( dev-ml/alcotest )"
+
+# needs old alcotest...
+RESTRICT="test"
+
+src_compile() {
+ jbuilder build -p ${PN} || die
+}
+
+src_test() {
+ jbuilder runtest -p ${PN}
+}
+
+src_install() {
+ opam-installer -i \
+ --prefix="${ED}/usr" \
+ --libdir="${D}/$(ocamlc -where)" \
+ --docdir="${ED}/usr/share/doc/${PF}" \
+ --mandir="${ED}/usr/share/man" \
+ ${PN}.install || die
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/angstrom/
@ 2025-04-22 16:59 Alfredo Tupone
0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2025-04-22 16:59 UTC (permalink / raw
To: gentoo-commits
commit: 1ec90d3a319de89ff510290b25ba4dc67e58f0b3
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 08:58:27 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 16:58:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec90d3a
dev-ml/angstrom: new package, add 0.16.1
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/angstrom/Manifest | 1 +
dev-ml/angstrom/angstrom-0.16.1.ebuild | 24 ++++++++++++++++++++++++
dev-ml/angstrom/metadata.xml | 11 +++++++++++
3 files changed, 36 insertions(+)
diff --git a/dev-ml/angstrom/Manifest b/dev-ml/angstrom/Manifest
new file mode 100644
index 000000000000..13125c259fb9
--- /dev/null
+++ b/dev-ml/angstrom/Manifest
@@ -0,0 +1 @@
+DIST angstrom-0.16.1.tar.gz 117544 BLAKE2B e09bea0e44d391aa9aa2dc0592bf0c40a62f5d0e9b9fd3b9247ca558c59ab1bd30c820c07a29543b87bbea9636a847135abe1a4fd196baa62ee7679484ce77cc SHA512 754089f10e4836fc6379a508662853885ceec985367a9b4bc2915ce5f45e5878aba31523149710b5040e4e373a0a27a6315231dfbc690ff4718c4c3d7df33732
diff --git a/dev-ml/angstrom/angstrom-0.16.1.ebuild b/dev-ml/angstrom/angstrom-0.16.1.ebuild
new file mode 100644
index 000000000000..c72a2733752b
--- /dev/null
+++ b/dev-ml/angstrom/angstrom-0.16.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit dune
+
+DESCRIPTION="Parser combinators built for speed and memory-efficiency"
+HOMEPAGE="https://github.com/inhabitedtype/angstrom"
+SRC_URI="https://github.com/inhabitedtype/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-ml/async:=[ocamlopt?]
+ dev-ml/bigstringaf:=[ocamlopt?]
+ dev-ml/lwt:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-ml/alcotest )"
diff --git a/dev-ml/angstrom/metadata.xml b/dev-ml/angstrom/metadata.xml
new file mode 100644
index 000000000000..839cf055a5fc
--- /dev/null
+++ b/dev-ml/angstrom/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="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">inhabitedtype/angstrom</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/angstrom/
@ 2025-04-22 19:14 Alfredo Tupone
0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2025-04-22 19:14 UTC (permalink / raw
To: gentoo-commits
commit: 3f3c258c27ea7ed6986b5be57ab1d194eb396ccb
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 19:06:59 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 19:14:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3c258c
dev-ml/angstrom: keyword 0.16.1 for ~arm64
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/angstrom/angstrom-0.16.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/angstrom/angstrom-0.16.1.ebuild b/dev-ml/angstrom/angstrom-0.16.1.ebuild
index c72a2733752b..a438e612c793 100644
--- a/dev-ml/angstrom/angstrom-0.16.1.ebuild
+++ b/dev-ml/angstrom/angstrom-0.16.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/inhabitedtype/${PN}/archive/${PV}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/angstrom/
@ 2025-04-22 20:23 Alfredo Tupone
0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2025-04-22 20:23 UTC (permalink / raw
To: gentoo-commits
commit: 1e75ba9b2ad4467dc6ed56dc4709b8f1be30b0c3
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 20:19:28 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 20:22:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e75ba9b
dev-ml/angstrom: keyword 0.16.1 for ~x86
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/angstrom/angstrom-0.16.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/angstrom/angstrom-0.16.1.ebuild b/dev-ml/angstrom/angstrom-0.16.1.ebuild
index a438e612c793..cec49802ab1f 100644
--- a/dev-ml/angstrom/angstrom-0.16.1.ebuild
+++ b/dev-ml/angstrom/angstrom-0.16.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/inhabitedtype/${PN}/archive/${PV}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/angstrom/
@ 2025-06-08 11:12 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-06-08 11:12 UTC (permalink / raw
To: gentoo-commits
commit: c26c64970fbe4d6b4cd26eab8f665f4a3a182f22
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 8 11:11:35 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 8 11:11:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26c6497
dev-ml/angstrom: Stabilize 0.16.1 arm64, #957586
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/angstrom/angstrom-0.16.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/angstrom/angstrom-0.16.1.ebuild b/dev-ml/angstrom/angstrom-0.16.1.ebuild
index cec49802ab1f..c33242da2070 100644
--- a/dev-ml/angstrom/angstrom-0.16.1.ebuild
+++ b/dev-ml/angstrom/angstrom-0.16.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/inhabitedtype/${PN}/archive/${PV}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/angstrom/
@ 2025-06-14 22:01 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-06-14 22:01 UTC (permalink / raw
To: gentoo-commits
commit: 8036fac9ba85f76a241a564005b96a9e86a46e53
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 14 22:01:03 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 14 22:01:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8036fac9
dev-ml/angstrom: Stabilize 0.16.1 amd64, #957586
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/angstrom/angstrom-0.16.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/angstrom/angstrom-0.16.1.ebuild b/dev-ml/angstrom/angstrom-0.16.1.ebuild
index 1262010ef77a..217f15220edf 100644
--- a/dev-ml/angstrom/angstrom-0.16.1.ebuild
+++ b/dev-ml/angstrom/angstrom-0.16.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/inhabitedtype/${PN}/archive/${PV}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 arm64 x86"
+KEYWORDS="amd64 arm64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-06-14 22:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-08 11:12 [gentoo-commits] repo/gentoo:master commit in: dev-ml/angstrom/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-06-14 22:01 Sam James
2025-04-22 20:23 Alfredo Tupone
2025-04-22 19:14 Alfredo Tupone
2025-04-22 16:59 Alfredo Tupone
2017-07-24 11:18 Alexis Ballier
2017-07-02 15:57 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox