dev-ml/progress - 0.5.0 (nest)

Search

Install

Install this version:

emerge -a =dev-ml/progress-0.5.0

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

autounmask =dev-ml/progress-0.5.0

Or alternatively:

emerge --autounmask-write -a =dev-ml/progress-0.5.0

Package Information

Description:
Progress bar library for OCaml
Homepage:
https://github.com/CraigFe/progress
License:
MIT

Ebuild Details

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

EAPI=8

DUNE_PKG_NAME="progress terminal"

inherit dune

DESCRIPTION="Progress bar library for OCaml"
HOMEPAGE="https://github.com/CraigFe/progress"
SRC_URI="https://github.com/CraigFe/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"

RDEPEND="dev-ml/fmt:0=[ocamlopt?]
	dev-ml/logs:0=[ocamlopt?]
	dev-ml/mtime:0=
	dev-ml/optint:0=[ocamlopt?]
	dev-ml/stdlib-shims:=[ocamlopt?]
	dev-ml/uucp:0=
	dev-ml/uutf:0=[ocamlopt?]"
BDEPEND="test? ( dev-ml/alcotest
		dev-ml/astring )"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ml/progress | euse -E <flag> -p dev-ml/progress | euse -D <flag> -p dev-ml/progress

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

dev-ml/fmt:0=[ocamlopt?]
	dev-ml/logs:0=[ocamlopt?]
	dev-ml/mtime:0=
	dev-ml/optint:0=[ocamlopt?]
	dev-ml/stdlib-shims:=[ocamlopt?]
	dev-ml/uucp:0=
	dev-ml/uutf:0=[ocamlopt?]

BDEPEND

test? ( dev-ml/alcotest
		dev-ml/astring )

Manifest for 0.5.0

Type File Size Source URLs
DIST progress-0.5.0.tar.gz 895598 bytes https://github.com/CraigFe/progress/archive/0.5.0.tar.gz