diff options
author | Mark Wright <gienah@gentoo.org> | 2020-10-13 18:08:02 +1100 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2020-10-13 23:53:46 +1100 |
commit | a56e0c1eb013eab45d6f9ef1b365e3117340c9eb (patch) | |
tree | e68782ee878028a3c6c0d8c11edb9ee895bcf6f3 /dev-ml/time_now | |
parent | dev-ml/stdlib-shims: Add ~arm ~arm64 KEYWORDS from ml-overlay (diff) | |
download | gentoo-a56e0c1eb013eab45d6f9ef1b365e3117340c9eb.tar.gz gentoo-a56e0c1eb013eab45d6f9ef1b365e3117340c9eb.tar.bz2 gentoo-a56e0c1eb013eab45d6f9ef1b365e3117340c9eb.zip |
dev-ml/time_now: Dependency of dev-ml/ppx_inline_test
Co-Author: Alexis Ballier <aballier@gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml/time_now')
-rw-r--r-- | dev-ml/time_now/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/time_now/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ml/time_now/time_now-0.14.0.ebuild | 24 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-ml/time_now/Manifest b/dev-ml/time_now/Manifest new file mode 100644 index 000000000000..ac58278f0442 --- /dev/null +++ b/dev-ml/time_now/Manifest @@ -0,0 +1 @@ +DIST time_now-0.14.0.tar.gz 3666 BLAKE2B 131d4b585ac981fe306ea93f17e332cfabe86a3f8f4564a76e4dc694f9c624e91fe0f0ce26a4ada9fdf0239033fcd29065d76a37e6fb4b79927d116531c04909 SHA512 1b6d1a754e46f1756aa2aad3590e5052999f567630297491d62228ad733b189fbbfc0589b7bafd74e9f77ca0c0421093054e9062d2d5a7d7ed05930be67e9a5f diff --git a/dev-ml/time_now/metadata.xml b/dev-ml/time_now/metadata.xml new file mode 100644 index 000000000000..b78a86fdab86 --- /dev/null +++ b/dev-ml/time_now/metadata.xml @@ -0,0 +1,11 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gienah@gentoo.org</email> + <name>Mark Wright</name> + </maintainer> + <upstream> + <remote-id type="github">janestreet/time_now</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ml/time_now/time_now-0.14.0.ebuild b/dev-ml/time_now/time_now-0.14.0.ebuild new file mode 100644 index 000000000000..fd5dabc3a0c2 --- /dev/null +++ b/dev-ml/time_now/time_now-0.14.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Reports the current time" +HOMEPAGE="https://github.com/janestreet/time_now" +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="+ocamlopt" + +DEPEND=" + dev-ml/base:= + dev-ml/jane-street-headers:= + dev-ml/jst-config:= + dev-ml/ppx_base:= + dev-ml/ppx_optcomp:= +" +RDEPEND="${DEPEND}" |