dev-ml/dune-rpc: new package, add 3.13.1

Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
Hiroki Tokunaga
2024-07-29 11:19:08 +09:00
parent 1ca000dcb3
commit 95dcb253ed
3 changed files with 62 additions and 0 deletions

1
dev-ml/dune-rpc/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST dune-rpc-3.13.1.tar.gz 2891852 BLAKE2B 88cee2428134ddcd6b929915b6bbeb2d17be8b8190f963919a74c63ffcf80f596fb1556f88c41ee602b2386e02fdf396596a6b2097d67c720bd00e16cdda3a57 SHA512 910d4ddd55a91ee65d8ea35b8915506db74c924eb3b67f7b0715da5599ee5088ea3edec81ce6735addd5b17234e445608e59fa353b83e991c14768d83c97a2b5

View 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
}

View 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>