mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-ml/async_inotify: add 0.15.0, drop 0.14.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
29
dev-ml/async_inotify/async_inotify-0.15.0.ebuild
Normal file
29
dev-ml/async_inotify/async_inotify-0.15.0.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Async wrapper for inotify"
|
||||
HOMEPAGE="
|
||||
https://github.com/janestreet/async_inotify
|
||||
https://opam.ocaml.org/packages/async_inotify/
|
||||
"
|
||||
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt"
|
||||
|
||||
DEPEND="
|
||||
>=dev-lang/ocaml-4.08.0:=[ocamlopt?]
|
||||
=dev-ml/core_unix-0.15*:=
|
||||
=dev-ml/async-0.15*:=
|
||||
=dev-ml/async_find-0.15*:=
|
||||
=dev-ml/core-0.15*:=
|
||||
=dev-ml/ppx_jane-0.15*:=
|
||||
>=dev-ml/inotify-0.2.0:=
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user