dev-ml/lwt_ssl: add 1.2.0

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone 2023-09-02 15:10:35 +02:00
parent 0d3667055c
commit f7e12b76f3
No known key found for this signature in database
GPG Key ID: FBE5925C5B02CE58
2 changed files with 24 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST lwt_ssl-1.1.3.tar.gz 14785 BLAKE2B b131d821c0e1394fee749ad5fdb0c7394ea96ffdb17dd22646d365c86ed41e1ed4e2b64a351fd14cc60f0e656e43a35e74c1c369c84e23a342fd7f056d49d40c SHA512 1bcc610ccf660436be2ed068ef98d85d752aecd2f364eab585ef1553b0ef1561a0fd50b5edc15000cf4cffc78d0ba184f7ede53651de14f5227ad1b795e2240a
DIST lwt_ssl-1.2.0.tar.gz 14955 BLAKE2B 14c3d2160ba88147257fda953b298e8bdae5550edc4942eff6e90398eef1353e592e32ce2bd3e6d519fc48a48757015f5bf95af7d3eac283f49ea40206c4ddf4 SHA512 fee0fbc558e638917d626a0c7ce8c4701bc523141d9c3ebefef494fe8dd05cf8e4aeaf37abab1c9727be7677f353b429d31f2e8fe20b30a04a69f27beca22881

View File

@ -0,0 +1,23 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit dune
DESCRIPTION="GLib integration for Lwt"
SRC_URI="https://github.com/ocsigen/lwt_ssl/archive/${PV}.tar.gz
-> ${P}.tar.gz"
HOMEPAGE="http://ocsigen.org/lwt_ssl"
IUSE="+ocamlopt"
SLOT="0/${PV}"
LICENSE="LGPL-2.1-with-linking-exception"
KEYWORDS="~amd64 ~arm ~ppc"
RDEPEND="
dev-ml/base
>=dev-ml/lwt-3.1:=
>=dev-ml/ocaml-ssl-0.5.13:=
"