Install this version:
emerge -a =dev-ml/timedesc-3.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/timedesc-3.1.0
Or alternatively:
emerge --autounmask-write -a =dev-ml/timedesc-3.1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.1.0 | 8 | ~amd64 | 0/3.1.0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DUNE_PKG_NAME="timedesc timedesc-json timedesc-tzdb timedesc-sexp timedesc-tzlocal timedesc-tzlocal-js"
inherit dune
DESCRIPTION="OCaml date time handling and reasoning suite"
HOMEPAGE="https://github.com/daypack-dev/timere"
SRC_URI="https://github.com/daypack-dev/timere/archive/${P}.tar.gz"
S="${WORKDIR}/timere-${P}"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="dev-ml/angstrom:0=[ocamlopt?]
dev-ml/js_of_ocaml:0=[ocamlopt?]
dev-ml/ptime:0=[ocamlopt?]
dev-ml/result:0=[ocamlopt?]
dev-ml/seq:=[ocamlopt?]
dev-ml/sexplib:0=[ocamlopt?]
dev-ml/yojson:0=[ocamlopt?]"
BDEPEND="test? ( dev-ml/alcotest
dev-ml/crowbar
dev-ml/qcheck )"
src_compile() {
dune-compile ${DUNE_PKG_NAME}
}
Manage flags for this package:
euse -i <flag> -p dev-ml/timedesc |
euse -E <flag> -p dev-ml/timedesc |
euse -D <flag> -p dev-ml/timedesc
dev-ml/angstrom:0=[ocamlopt?] dev-ml/js_of_ocaml:0=[ocamlopt?] dev-ml/ptime:0=[ocamlopt?] dev-ml/result:0=[ocamlopt?] dev-ml/seq:=[ocamlopt?] dev-ml/sexplib:0=[ocamlopt?] dev-ml/yojson:0=[ocamlopt?]
test? ( dev-ml/alcotest dev-ml/crowbar dev-ml/qcheck )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | timedesc-3.1.0.tar.gz | 427264 bytes | https://github.com/daypack-dev/timere/archive/timedesc-3.1.0.tar.gz |