From a1b20429e7e2ba1b44414459afd5a2b50788cd9c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Jan 2023 08:07:03 +0000 Subject: gentoo auto-resync : 25:01:2023 - 08:07:03 --- dev-ml/lwt_log/lwt_log-1.1.2.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-ml/lwt_log/lwt_log-1.1.2.ebuild (limited to 'dev-ml/lwt_log/lwt_log-1.1.2.ebuild') 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}" -- cgit v1.2.3