dev-ml/mew - 0.1.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-ml/mew-0.1.0

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

autounmask =dev-ml/mew-0.1.0

Or alternatively:

emerge --autounmask-write -a =dev-ml/mew-0.1.0

Package Information

Description:
General modal editing engine generator
Homepage:
https://github.com/kandu/mew
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.0 7 ~amd64 ~x86 0/0.1.0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit dune

DESCRIPTION="General modal editing engine generator"
HOMEPAGE="https://github.com/kandu/mew"
SRC_URI="https://github.com/kandu/mew/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND="
	dev-ml/result:=
	dev-ml/trie:=
"
DEPEND="${RDEPEND}"
BDEPEND="test? ( dev-ml/ppx_expect )"

USE Flags

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

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	dev-ml/result:=
	dev-ml/trie:=

RDEPEND

	dev-ml/result:=
	dev-ml/trie:=

BDEPEND

test? ( dev-ml/ppx_expect )

Manifest for 0.1.0

Type File Size Source URLs
DIST mew-0.1.0.tar.gz 4309 bytes https://github.com/kandu/mew/archive/0.1.0.tar.gz