diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-07 12:05:54 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-07 12:10:30 +0100 |
commit | c5682f097eebbdec0c74c5f8c1cb8f7123500900 (patch) | |
tree | b292ca9e1de627208b92bcb666b3c517eaaf3014 /dev-ml | |
parent | dev-ml/ocaml-ssl: bump to 0.5.13 (diff) | |
download | gentoo-c5682f097eebbdec0c74c5f8c1cb8f7123500900.tar.gz gentoo-c5682f097eebbdec0c74c5f8c1cb8f7123500900.tar.bz2 gentoo-c5682f097eebbdec0c74c5f8c1cb8f7123500900.zip |
dev-ml/ocaml-stdint: bump to 0.7.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-stdint/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-stdint/ocaml-stdint-0.7.2.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-ml/ocaml-stdint/Manifest b/dev-ml/ocaml-stdint/Manifest index 59e578b0df1e..4fbf6e2ea438 100644 --- a/dev-ml/ocaml-stdint/Manifest +++ b/dev-ml/ocaml-stdint/Manifest @@ -1 +1,2 @@ DIST ocaml-stdint-0.7.0.tar.gz 34507 BLAKE2B d06768911798a6a3736b68395fc5ca2d53288fe0056953ed189938b10aeeb9469511fc1ece39e49c403954f4bd88034d63ec53d7e8b63d8e8c41ff0761ccb2e6 SHA512 5e0c4164cb1f55a63f0928f5c1868cc2bba61d356b63cc20cb6b066fd09824eb99d6d1fd577f52678155d6744a591fdd8377b4c44bbe015918462f4576b43529 +DIST ocaml-stdint-0.7.2.tar.gz 35444 BLAKE2B 2b6536b65304eb3c0f10fa30a4a0f41c46a0ebb936b6ba250cff4d8313a40145701f6cc0b3915437d1ff36f6c9fa6636801b6564c2695a03ac7c0dc7840dfa92 SHA512 facfa95c1ed1c7dbbda6ff9c4e72423269eccac106e8670ff988f5d32635e5e5a1f3cb8a61b15cdf0aeabbeb7ceb1159de67fbc4b4f54611e74e8e39d0ad98c3 diff --git a/dev-ml/ocaml-stdint/ocaml-stdint-0.7.2.ebuild b/dev-ml/ocaml-stdint/ocaml-stdint-0.7.2.ebuild new file mode 100644 index 000000000000..ea2718d47453 --- /dev/null +++ b/dev-ml/ocaml-stdint/ocaml-stdint-0.7.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DUNE_PKG_NAME="stdint" + +inherit dune + +DESCRIPTION="Signed and unsigned integer types having specified widths" +HOMEPAGE="https://github.com/andrenth/ocaml-stdint" +SRC_URI="https://github.com/andrenth/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+ocamlopt" +RESTRICT="test" # some tests fails |