dev-util/ocp-indent - 1.8.2 (guru)

Search

Install

Install this version:

emerge -a =dev-util/ocp-indent-1.8.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/ocp-indent-1.8.2

Or alternatively:

emerge --autounmask-write -a =dev-util/ocp-indent-1.8.2

Package Information

Description:
Indentation tool for OCaml, to be used from editors like Emacs and Vim.
Homepage:
http://www.typerex.org/ocp-indent.html https://github.com/OCamlPro/ocp-indent
License:
LGPL-2.1-with-linking-exception

Ebuild Details

Version EAPI Keywords Slot
1.8.2 8 ~amd64 0/1.8.2
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit dune

DESCRIPTION="Indentation tool for OCaml, to be used from editors like Emacs and Vim."
HOMEPAGE="
	http://www.typerex.org/ocp-indent.html
	https://github.com/OCamlPro/ocp-indent
"
SRC_URI="https://github.com/OCamlPro/ocp-indent/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1-with-linking-exception"

SLOT="0/${PV}"

KEYWORDS="~amd64"
IUSE="ocamlopt test"

RESTRICT="!test? ( test )"

RDEPEND="
	>=dev-ml/cmdliner-1.0.0:=
"

DEPEND="
	${RDEPEND}
"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-util/ocp-indent | euse -E <flag> -p dev-util/ocp-indent | euse -D <flag> -p dev-util/ocp-indent

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	
	>=dev-ml/cmdliner-1.0.0:=

RDEPEND

	>=dev-ml/cmdliner-1.0.0:=

Manifest for 1.8.2

Type File Size Source URLs
DIST ocp-indent-1.8.2.tar.gz 109681 bytes https://github.com/OCamlPro/ocp-indent/archive/refs/tags/1.8.2.tar.gz