mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-util/ocamlformat: new package, add 0.26.2
Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
49
dev-util/ocamlformat/ocamlformat-0.26.2.ebuild
Normal file
49
dev-util/ocamlformat/ocamlformat-0.26.2.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="Auto-formatter for OCaml code"
|
||||
HOMEPAGE="https://github.com/ocaml-ppx/ocamlformat"
|
||||
SRC_URI="https://github.com/ocaml-ppx/ocamlformat/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0/${PV}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt test"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-ml/cmdliner:=
|
||||
dev-ml/csexp:=
|
||||
dev-ml/re:=
|
||||
|
||||
dev-ml/base:=
|
||||
dev-ml/dune-build-info:=
|
||||
dev-ml/either:=
|
||||
dev-ml/fix:=
|
||||
dev-ml/fpath:=
|
||||
dev-ml/menhir:=
|
||||
dev-ml/ocaml-version:=
|
||||
dev-util/ocp-indent:=
|
||||
dev-ml/stdio:=
|
||||
dev-ml/uuseg:=
|
||||
dev-ml/uutf:=
|
||||
dev-ml/astring:=
|
||||
dev-ml/camlp-streams:=
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
BEPEND="
|
||||
test? (
|
||||
dev-ml/alcotest:=
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user