diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-03-08 09:21:40 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-03-08 09:22:19 +0100 |
commit | 1a163af4fcc1a48883ad25d038b87ecd1232cced (patch) | |
tree | 84c7abf56abfc21d6c2b08bcf9377c8a664811f8 /dev-ml/ppx_blob | |
parent | dev-java/open-test-reporting-events: new package, add 0.1.0_pre1 (diff) | |
download | gentoo-1a163af4fcc1a48883ad25d038b87ecd1232cced.tar.gz gentoo-1a163af4fcc1a48883ad25d038b87ecd1232cced.tar.bz2 gentoo-1a163af4fcc1a48883ad25d038b87ecd1232cced.zip |
dev-ml/ppx_blob: new package, add 0.7.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_blob')
-rw-r--r-- | dev-ml/ppx_blob/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ppx_blob/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ml/ppx_blob/ppx_blob-0.7.2.ebuild | 20 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-ml/ppx_blob/Manifest b/dev-ml/ppx_blob/Manifest new file mode 100644 index 000000000000..8e7b78a5745e --- /dev/null +++ b/dev-ml/ppx_blob/Manifest @@ -0,0 +1 @@ +DIST ppx_blob-0.7.2.tbz 3155 BLAKE2B 86262f4ef91dde30bbfc466dd0404c0f4825156097d0b019b180332e8f7d91630660f568193f8e8e184d3db07ec9dbc007e888f8dcb6874e2c04a077e8477a16 SHA512 d1701f640ce3dda2e2f0dce7d3f4a6b33ddfdaf793a9beab73e4f9ac93b2912adb7bb3b7fd1800bab258302aef0f0cdefb1e20ee62e6d882b25f0a64eae390a3 diff --git a/dev-ml/ppx_blob/metadata.xml b/dev-ml/ppx_blob/metadata.xml new file mode 100644 index 000000000000..55ef7e485ec1 --- /dev/null +++ b/dev-ml/ppx_blob/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">johnwhitington/ppx_blob</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ml/ppx_blob/ppx_blob-0.7.2.ebuild b/dev-ml/ppx_blob/ppx_blob-0.7.2.ebuild new file mode 100644 index 000000000000..44f72a5c6423 --- /dev/null +++ b/dev-ml/ppx_blob/ppx_blob-0.7.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 2023 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:=" +RDEPEND="${DEPEND}" +BDEPEND="test? ( dev-ml/alcotest )" |