mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-ml/dune-rpc: new package, add 3.13.1
Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
1
dev-ml/dune-rpc/Manifest
Normal file
1
dev-ml/dune-rpc/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST dune-rpc-3.13.1.tar.gz 2891852 BLAKE2B 88cee2428134ddcd6b929915b6bbeb2d17be8b8190f963919a74c63ffcf80f596fb1556f88c41ee602b2386e02fdf396596a6b2097d67c720bd00e16cdda3a57 SHA512 910d4ddd55a91ee65d8ea35b8915506db74c924eb3b67f7b0715da5599ee5088ea3edec81ce6735addd5b17234e445608e59fa353b83e991c14768d83c97a2b5
|
||||
49
dev-ml/dune-rpc/dune-rpc-3.13.1.ebuild
Normal file
49
dev-ml/dune-rpc/dune-rpc-3.13.1.ebuild
Normal file
@@ -0,0 +1,49 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Communicate with dune using rpc"
|
||||
HOMEPAGE="
|
||||
https://opam.ocaml.org/packages/dune-rpc/
|
||||
https://github.com/ocaml/dune/
|
||||
"
|
||||
SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/dune-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0/${PV}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-ml/csexp:=
|
||||
dev-ml/ordering:=
|
||||
dev-ml/dyn:=
|
||||
dev-ml/xdg:=
|
||||
~dev-ml/stdune-${PV}:=
|
||||
>=dev-ml/pp-1.1.0:=
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
dune-compile dune-rpc
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dune-install dune-rpc
|
||||
}
|
||||
12
dev-ml/dune-rpc/metadata.xml
Normal file
12
dev-ml/dune-rpc/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>tokusan441@gmail.com</email>
|
||||
<name>Hiroki Tokunaga</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/ocaml/dune/issues</bugs-to>
|
||||
<remote-id type="github">ocaml/dune</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user