Skip to content

Commit

Permalink
dev-ml/luv: new package
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Nov 7, 2021
1 parent f2dbeb7 commit e2a0e73
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ml/luv/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST luv-0.5.10.tar.gz 805333 BLAKE2B 23edd2bc870a2886e560d330d9a20b205a77ea7bc8ed631e00e43819474eeb75246b407113b59ed9c5f74462ad5f721338ac5a157a1fe0e443abf9ff88771089 SHA512 c50a0def366944b4ef6038503ecefe75d8e45f542311198531f01a355675c08b00370480141b455616429a883c3232d34628e6a67846db5864a1b0eabfe6311f
19 changes: 19 additions & 0 deletions dev-ml/luv/luv-0.5.10.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit dune

DESCRIPTION="Binding to libuv: cross-platform asynchronous I/O"
SRC_URI="https://github.com/aantron/${PN}/releases/download/${PV}/${P}.tar.gz"
HOMEPAGE="https://github.com/aantron/luv"

SLOT="0/${PV}"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="+ocamlopt"

RDEPEND="dev-ml/ocaml-ctypes"
DEPEND="${RDEPEND}"
BDEPEND=""
11 changes: 11 additions & 0 deletions dev-ml/luv/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>ML</name>
</maintainer>
<upstream>
<remote-id type="github">aantron/luv</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit e2a0e73

Please sign in to comment.