commit:     8c381c6655efae4585f782644391f34cdea226c3
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 19:57:14 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 19:57:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c381c66

dev-ml/ppx_blob: add 0.8.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ppx_blob/Manifest              |  1 +
 dev-ml/ppx_blob/ppx_blob-0.8.0.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-ml/ppx_blob/Manifest b/dev-ml/ppx_blob/Manifest
index 8e7b78a5745e..eba88998c7b8 100644
--- a/dev-ml/ppx_blob/Manifest
+++ b/dev-ml/ppx_blob/Manifest
@@ -1 +1,2 @@
 DIST ppx_blob-0.7.2.tbz 3155 BLAKE2B 
86262f4ef91dde30bbfc466dd0404c0f4825156097d0b019b180332e8f7d91630660f568193f8e8e184d3db07ec9dbc007e888f8dcb6874e2c04a077e8477a16
 SHA512 
d1701f640ce3dda2e2f0dce7d3f4a6b33ddfdaf793a9beab73e4f9ac93b2912adb7bb3b7fd1800bab258302aef0f0cdefb1e20ee62e6d882b25f0a64eae390a3
+DIST ppx_blob-0.8.0.tbz 5505 BLAKE2B 
b0e22578abf518d9f2812b7b31664878361259c3d03604e45f01460dfbc8491aeeeca5485f151f3e66f53d2365bf25d61a275326565a7ceaafd9d195a29ef64a
 SHA512 
bcbd58f7b0505063eaf4799792696f633a11ee734ce57d75b8f24b53d05fafbda8330bbf577a1d7a6149bb936b535216ae83574c1d40a61434e8d3bc6b6fd973

diff --git a/dev-ml/ppx_blob/ppx_blob-0.8.0.ebuild 
b/dev-ml/ppx_blob/ppx_blob-0.8.0.ebuild
new file mode 100644
index 000000000000..5a85e7b54633
--- /dev/null
+++ b/dev-ml/ppx_blob/ppx_blob-0.8.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Include a file as a string at compile time"
+HOMEPAGE="https://github.com/johnwhitington/ppx_blob";
+SRC_URI="https://github.com/johnwhitington/${PN}/releases/download/${PV}/${P}.tbz";
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-ml/ppxlib:=[ocamlopt?]"
+RDEPEND="${DEPEND}"
+BDEPEND="test? ( dev-ml/alcotest )"

Reply via email to