Files
guru/dev-util/ocamlformat/ocamlformat-0.26.2.ebuild
Hiroki Tokunaga 954f5791f8 dev-util/ocamlformat: new package, add 0.26.2
Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
2024-07-27 12:23:54 +09:00

50 lines
780 B
Bash

# 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:=
)
"