summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-12-16 11:33:33 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-12-16 12:06:39 +0100
commit360c83fb3db918ca3d3a6b0550e698568412c2d4 (patch)
treeb7d2d3ce0330754eb05204e3a3c495efa8f832de /dev-ml
parentdev-ml/ocaml-ctypes: drop old 0.19.1 (diff)
downloadgentoo-360c83fb3db918ca3d3a6b0550e698568412c2d4.tar.gz
gentoo-360c83fb3db918ca3d3a6b0550e698568412c2d4.tar.bz2
gentoo-360c83fb3db918ca3d3a6b0550e698568412c2d4.zip
dev-ml/mmap: bump to 1.2.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/mmap/Manifest1
-rw-r--r--dev-ml/mmap/mmap-1.2.0.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-ml/mmap/Manifest b/dev-ml/mmap/Manifest
index 2567ce6bbd1c..37d934ae0e02 100644
--- a/dev-ml/mmap/Manifest
+++ b/dev-ml/mmap/Manifest
@@ -1 +1,2 @@
+DIST mmap-1.2.0.tar.gz 15328 BLAKE2B d7ab07cb0883c7ca53827ad3d4402caf3beba765d6a7e5355f24fb77d6876676f0920bf19e38911b08dde222dbc5d404fa3d53d146bb20f3b807c8fb00ce968d SHA512 cef6c37953d62f2f7472147a03707d60401d92aaf4ddb2dbaa697ee4eee252f70d8068e8fe5c6a36e005d4cc738f61d2c5bea12d844f1e3a696fef2f6546d59c
DIST mmap-v1.1.0.tbz 12312 BLAKE2B 3f688f5649ef51fc2a0cee76519da46dcfecd72a065de3cdc72412e27bfa39c26c6bb54d35ea6e3b139db0ccc75e9460f8285826c40ecc894a3782f279366686 SHA512 15e4ec2634998f321f495de5372dc75a3f4059ab7512115603ae8fd99a619c91299d34c8a12a697aa36df4ce14c90c66746b873eddf004b7bbbeaef8ec7858f5
diff --git a/dev-ml/mmap/mmap-1.2.0.ebuild b/dev-ml/mmap/mmap-1.2.0.ebuild
new file mode 100644
index 000000000000..00cf777c2393
--- /dev/null
+++ b/dev-ml/mmap/mmap-1.2.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="File mapping"
+HOMEPAGE="https://github.com/mirage/mmap/"
+SRC_URI="https://github.com/mirage/mmap/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"