public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-stdint/
Date: Sun,  5 Dec 2021 03:22:33 +0000 (UTC)	[thread overview]
Message-ID: <1638674549.a82f801bd1dfa5b72e922407d7973de0101cc815.xgqt@gentoo> (raw)

commit:     a82f801bd1dfa5b72e922407d7973de0101cc815
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 02:07:56 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 03:22:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82f801b

dev-ml/ocaml-stdint: new package; add version 0.7.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/ocaml-stdint/Manifest                  |  1 +
 dev-ml/ocaml-stdint/metadata.xml              | 24 ++++++++++++++++++++++++
 dev-ml/ocaml-stdint/ocaml-stdint-0.7.0.ebuild | 18 ++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-ml/ocaml-stdint/Manifest b/dev-ml/ocaml-stdint/Manifest
new file mode 100644
index 000000000000..59e578b0df1e
--- /dev/null
+++ b/dev-ml/ocaml-stdint/Manifest
@@ -0,0 +1 @@
+DIST ocaml-stdint-0.7.0.tar.gz 34507 BLAKE2B d06768911798a6a3736b68395fc5ca2d53288fe0056953ed189938b10aeeb9469511fc1ece39e49c403954f4bd88034d63ec53d7e8b63d8e8c41ff0761ccb2e6 SHA512 5e0c4164cb1f55a63f0928f5c1868cc2bba61d356b63cc20cb6b066fd09824eb99d6d1fd577f52678155d6744a591fdd8377b4c44bbe015918462f4576b43529

diff --git a/dev-ml/ocaml-stdint/metadata.xml b/dev-ml/ocaml-stdint/metadata.xml
new file mode 100644
index 000000000000..a4c37e9a3e5a
--- /dev/null
+++ b/dev-ml/ocaml-stdint/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ml@gentoo.org</email>
+    <name>ML</name>
+  </maintainer>
+  <longdescription>
+    The stdint library provides signed and unsigned integer types of various
+    fixed widths: 8, 16, 24, 32, 40, 48, 56, 64 and 128 bit.
+    This interface is similar to Int32 and Int64 from the base library but
+    provides more functions and constants like arithmetic and bit-wise
+    operations, constants like maximum and minimum values, infix operators
+    conversion to and from every other integer type (including int, float and
+    nativeint), parsing from and conversion to readable strings (binary, octal,
+    decimal, hexademical), conversion to and from buffers in both big endian
+    and little endian byte order.
+  </longdescription>
+  <upstream>
+    <bugs-to>https://github.com/andrenth/ocaml-stdint/issues/</bugs-to>
+    <remote-id type="github">andrenth/ocaml-stdint</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ml/ocaml-stdint/ocaml-stdint-0.7.0.ebuild b/dev-ml/ocaml-stdint/ocaml-stdint-0.7.0.ebuild
new file mode 100644
index 000000000000..6772aba07058
--- /dev/null
+++ b/dev-ml/ocaml-stdint/ocaml-stdint-0.7.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 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"  # qcheck not yet packaged


             reply	other threads:[~2021-12-05  3:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-05  3:22 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-01 21:50 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-stdint/ Alfredo Tupone
2023-01-07 11:10 Maciej Barć
2021-12-07 21:58 Maciej Barć
2017-10-17  6:04 Alexis Ballier
2017-10-17  6:04 Alexis Ballier
2017-08-23  7:30 Alexis Ballier
2017-07-29 10:06 Alexis Ballier
2017-03-14  9:28 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1638674549.a82f801bd1dfa5b72e922407d7973de0101cc815.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox