diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
| commit | dda948891d3731927b821ce31f9d9a2d03ba20c5 (patch) | |
| tree | 99cd40be4cbb0606260da212cd81b8ab2db9da9b /dev-ml/time_now | |
| parent | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff) | |
| download | baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip | |
Adding metadata
Diffstat (limited to 'dev-ml/time_now')
| -rw-r--r-- | dev-ml/time_now/Manifest | 2 | ||||
| -rw-r--r-- | dev-ml/time_now/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-ml/time_now/time_now-0.16.0.ebuild | 28 | ||||
| -rw-r--r-- | dev-ml/time_now/time_now-0.17.0-r2.ebuild | 28 |
4 files changed, 67 insertions, 0 deletions
diff --git a/dev-ml/time_now/Manifest b/dev-ml/time_now/Manifest new file mode 100644 index 000000000000..57f489a7e082 --- /dev/null +++ b/dev-ml/time_now/Manifest @@ -0,0 +1,2 @@ +DIST time_now-0.16.0.tar.gz 3729 BLAKE2B df7569be37f608bd3f466dc8da96357d42c7bf48f299dd90543222213bdfad7e40f89f368e7dd5e0c2ee53f2b59d43650bd3006ade9bdfde1261cda26d4c306c SHA512 59c380bc89ac5185e344ef051180270bad62ccc7ad60aec4279aba5f71bae8dae6ac29136a6ca85ad7b24e204615fd84cd7db0901b6550de490e8992301c0ac2 +DIST time_now-0.17.0.tar.gz 4717 BLAKE2B 49f9af322194582c37961ac4f386a757e317563461e0a04c141bcb1abcc3b4f5d4a7f49f5d5aec0580db19c38d980de9e5ad8d3b1e4d573e12a7476e99bbb260 SHA512 d8d4682566b09799d68136ccfe4fb7475136ce62f8b8c63f7ec73b7f1a2dc7ebf0a4466a98cd09094e4c64376f4be233d1de997368c7d37777598e1b30860992 diff --git a/dev-ml/time_now/metadata.xml b/dev-ml/time_now/metadata.xml new file mode 100644 index 000000000000..3a6d48cde411 --- /dev/null +++ b/dev-ml/time_now/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ml@gentoo.org</email> + <name>ML</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-ml/time_now/time_now-0.16.0.ebuild b/dev-ml/time_now/time_now-0.16.0.ebuild new file mode 100644 index 000000000000..924c2c83fa18 --- /dev/null +++ b/dev-ml/time_now/time_now-0.16.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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/$(ver_cut 1-2)" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" +IUSE="+ocamlopt" + +DEPEND=" + >=dev-lang/ocaml-4.14 + dev-ml/base:${SLOT} + dev-ml/jane-street-headers:${SLOT} + dev-ml/jst-config:${SLOT} + dev-ml/ppx_base:${SLOT} + dev-ml/ppx_enumerate:= + dev-ml/ppx_hash:= + dev-ml/ppx_optcomp:${SLOT} + dev-ml/stdio:= +" +RDEPEND="${DEPEND}" diff --git a/dev-ml/time_now/time_now-0.17.0-r2.ebuild b/dev-ml/time_now/time_now-0.17.0-r2.ebuild new file mode 100644 index 000000000000..bbec8a37c3a0 --- /dev/null +++ b/dev-ml/time_now/time_now-0.17.0-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv" +IUSE="+ocamlopt" + +# Jane Street Minor +JSM=$(ver_cut 1-2) + +RDEPEND=" + >=dev-lang/ocaml-5 + =dev-ml/base-${JSM}*:=[ocamlopt?] + =dev-ml/jane-street-headers-${JSM}*:=[ocamlopt?] + =dev-ml/jst-config-${JSM}*:=[ocamlopt?] + =dev-ml/ppx_base-${JSM}*:=[ocamlopt?] + =dev-ml/ppx_optcomp-${JSM}*:=[ocamlopt?] +" +DEPEND="${RDEPEND}" |
