diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-06-30 21:57:14 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-06-30 21:57:31 +0200 |
commit | 8c381c6655efae4585f782644391f34cdea226c3 (patch) | |
tree | a770a27d18f89e050645c6a2d6ddfa61ec0d0ca1 /dev-ml | |
parent | app-forensics/volatility3: Stabilize 2.7.0 x86, #935246 (diff) | |
download | gentoo-8c381c6655efae4585f782644391f34cdea226c3.tar.gz gentoo-8c381c6655efae4585f782644391f34cdea226c3.tar.bz2 gentoo-8c381c6655efae4585f782644391f34cdea226c3.zip |
dev-ml/ppx_blob: add 0.8.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ppx_blob/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ppx_blob/ppx_blob-0.8.0.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
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 )" |