summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-02-02 19:27:49 +0100
committerAlfredo Tupone <tupone@gentoo.org>2022-02-02 19:27:49 +0100
commit487ec1afeb50396cf9e2b8a348c6b553c574d70f (patch)
tree9ad3df9e37bca5aacceb611df0db40ec5cd6973b /dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.1.ebuild
parentmedia-sound/puddletag: Version bump. (diff)
downloadgentoo-487ec1afeb50396cf9e2b8a348c6b553c574d70f.tar.gz
gentoo-487ec1afeb50396cf9e2b8a348c6b553c574d70f.tar.bz2
gentoo-487ec1afeb50396cf9e2b8a348c6b553c574d70f.zip
dev-ml/ppx_custom_printf: 0.14.1 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.1.ebuild')
-rw-r--r--dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.1.ebuild b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.1.ebuild
new file mode 100644
index 000000000000..ca0f971d4991
--- /dev/null
+++ b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Printf-style format-strings for user-defined string conversion"
+HOMEPAGE="https://github.com/janestreet/ppx_custom_printf"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="
+ >=dev-ml/base-0.14.0:=
+ dev-ml/findlib:=
+ >=dev-ml/ppx_sexp_conv-0.14.1:=
+ >=dev-ml/ppxlib-0.18.0:=
+ >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+ dev-ml/cinaps:=
+"
+RDEPEND="${DEPEND}"