summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2021-12-08 19:59:25 +0100
committerMaciej Barć <xgqt@gentoo.org>2021-12-08 19:59:25 +0100
commit1a935eec1db577278dedc8536474e2339241e829 (patch)
treec7b18c9987d96d305ff38b3a5658a7e8be5c6f68 /dev-ml/lwt_log/lwt_log-1.1.1-r1.ebuild
parentdev-ml/mew: add missing test depedndencies (diff)
downloadgentoo-1a935eec1db577278dedc8536474e2339241e829.tar.gz
gentoo-1a935eec1db577278dedc8536474e2339241e829.tar.bz2
gentoo-1a935eec1db577278dedc8536474e2339241e829.zip
dev-ml/lwt_log: fid *DEPEND
Closes: https://bugs.gentoo.org/828548 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml/lwt_log/lwt_log-1.1.1-r1.ebuild')
-rw-r--r--dev-ml/lwt_log/lwt_log-1.1.1-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ml/lwt_log/lwt_log-1.1.1-r1.ebuild b/dev-ml/lwt_log/lwt_log-1.1.1-r1.ebuild
new file mode 100644
index 000000000000..65e0d086940d
--- /dev/null
+++ b/dev-ml/lwt_log/lwt_log-1.1.1-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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}"