mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-ml/ocamlformat-rpc-lib: add 0.29.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
41
dev-ml/ocamlformat-rpc-lib/ocamlformat-rpc-lib-0.29.0.ebuild
Normal file
41
dev-ml/ocamlformat-rpc-lib/ocamlformat-rpc-lib-0.29.0.ebuild
Normal file
@@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Auto-formatter for OCaml code (RPC mode)"
|
||||
HOMEPAGE="
|
||||
https://opam.ocaml.org/packages/ocamlformat-rpc-lib/
|
||||
https://github.com/ocaml-ppx/ocamlformat
|
||||
"
|
||||
SRC_URI="https://github.com/ocaml-ppx/ocamlformat/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/ocamlformat-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0/${PV}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt test"
|
||||
|
||||
# Tests are covered in the tests of `dev-ml/ocamlformat`.
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-ml/csexp-1.4.0:=
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
dune-compile ocamlformat-rpc-lib
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dune-install ocamlformat-rpc-lib
|
||||
}
|
||||
Reference in New Issue
Block a user