summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-01-24 19:06:39 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-01-24 19:16:56 +0100
commit88a55671b73d532d2a927b58d02dc3e78e530288 (patch)
treec2ebeb1ee71ebff04fc6f0cb5b1e9d62a05b11db /dev-ml
parentdev-ml/lwt: bump to 5.6.1 (diff)
downloadgentoo-88a55671b73d532d2a927b58d02dc3e78e530288.tar.gz
gentoo-88a55671b73d532d2a927b58d02dc3e78e530288.tar.bz2
gentoo-88a55671b73d532d2a927b58d02dc3e78e530288.zip
dev-ml/lwt_log: bump to 1.1.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/lwt_log/Manifest1
-rw-r--r--dev-ml/lwt_log/lwt_log-1.1.2.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-ml/lwt_log/Manifest b/dev-ml/lwt_log/Manifest
index fd31114d1534..adfbcf4704f6 100644
--- a/dev-ml/lwt_log/Manifest
+++ b/dev-ml/lwt_log/Manifest
@@ -1 +1,2 @@
DIST lwt_log-1.1.1.tar.gz 24569 BLAKE2B c205382dcb17f9ce6f8037bb19f817138081c61b60f5253913d9346c009694c0a6f67228293fa1d63ea405c94950141ea2f383f1483fcf674771f8a9252f9eff SHA512 df3d171a7c72f37e96b756d252ab586767df9c13e01500faf13d4b2cee936b0602fd7c725c03db488d3737d8d92300af103d395a926dc654a2c44a5d6068f24a
+DIST lwt_log-1.1.2.tar.gz 24567 BLAKE2B d555b2e54b327ddbb68d8fcf1f669eb8b74709673da8c0f0dc32ee5d58c5055ebda52c2f13d39ac37e0fda724e02c057872147b88921ed15dbed73b58c59962d SHA512 fb976d89c0f868b57434a9e0907ffae0842fe48fc747ddb860954d20f36722faea315ebb0b4dac202f9bf7203b0a09681614e9619f3bbd0dd59f8dd7bbd50575
diff --git a/dev-ml/lwt_log/lwt_log-1.1.2.ebuild b/dev-ml/lwt_log/lwt_log-1.1.2.ebuild
new file mode 100644
index 000000000000..dd13b97c8ce0
--- /dev/null
+++ b/dev-ml/lwt_log/lwt_log-1.1.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Cooperative light-weight thread library for OCaml"
+HOMEPAGE="https://github.com/ocsigen/lwt_log"
+SRC_URI="https://github.com/ocsigen/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-ml/lwt:="
+DEPEND="${RDEPEND}"