commit: b68c8e57cf3ae3a1a6315d7004a8c3f504797cf3 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Oct 18 06:07:34 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Oct 18 06:08:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68c8e57
dev-ml/ppx_blob: add 0.9.0 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/ppx_blob/Manifest | 1 + dev-ml/ppx_blob/ppx_blob-0.9.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-ml/ppx_blob/Manifest b/dev-ml/ppx_blob/Manifest index eba88998c7b8..4e8810b1f134 100644 --- a/dev-ml/ppx_blob/Manifest +++ b/dev-ml/ppx_blob/Manifest @@ -1,2 +1,3 @@ DIST ppx_blob-0.7.2.tbz 3155 BLAKE2B 86262f4ef91dde30bbfc466dd0404c0f4825156097d0b019b180332e8f7d91630660f568193f8e8e184d3db07ec9dbc007e888f8dcb6874e2c04a077e8477a16 SHA512 d1701f640ce3dda2e2f0dce7d3f4a6b33ddfdaf793a9beab73e4f9ac93b2912adb7bb3b7fd1800bab258302aef0f0cdefb1e20ee62e6d882b25f0a64eae390a3 DIST ppx_blob-0.8.0.tbz 5505 BLAKE2B b0e22578abf518d9f2812b7b31664878361259c3d03604e45f01460dfbc8491aeeeca5485f151f3e66f53d2365bf25d61a275326565a7ceaafd9d195a29ef64a SHA512 bcbd58f7b0505063eaf4799792696f633a11ee734ce57d75b8f24b53d05fafbda8330bbf577a1d7a6149bb936b535216ae83574c1d40a61434e8d3bc6b6fd973 +DIST ppx_blob-0.9.0.tbz 6037 BLAKE2B c21ae191560c6cc75fb911d56aaa3770fdfc9bcd452de97c444224dc4316ebaaf75540483af63013ac05556275d0d52f863a1472885e5eee4e887d258ad9bebd SHA512 bad11f8ffbec82a04bb5f90e7548a7ad9ac4bf7e9b733815f6c956d7e0002fb258c52783ded847ab09fe3cd60e5eac2901fccaefd4fd4f885f20942d0ef66fea diff --git a/dev-ml/ppx_blob/ppx_blob-0.9.0.ebuild b/dev-ml/ppx_blob/ppx_blob-0.9.0.ebuild new file mode 100644 index 000000000000..5a85e7b54633 --- /dev/null +++ b/dev-ml/ppx_blob/ppx_blob-0.9.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 )"
