dev-ml/spelll - 0.4 (guru)

Search

Install

Install this version:

emerge -a =dev-ml/spelll-0.4

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

autounmask =dev-ml/spelll-0.4

Or alternatively:

emerge --autounmask-write -a =dev-ml/spelll-0.4

Package Information

Description:
Fuzzy string searching, using Levenshtein automaton
Homepage:
https://github.com/c-cube/spelll
License:
BSD

Ebuild Details

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

EAPI=8

inherit dune

DESCRIPTION="Fuzzy string searching, using Levenshtein automaton"
HOMEPAGE="https://github.com/c-cube/spelll"
SRC_URI="https://github.com/c-cube/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"

RESTRICT="!test? ( test )"

DOCS=( README.md )

RDEPEND="
	dev-ml/seq:=[ocamlopt?]
	dev-ml/stdlib-shims:=[ocamlopt?]
	>=dev-lang/ocaml-4.03.0:=[ocamlopt?]
"
DEPEND="
	${RDEPEND}
	test? (
		dev-ml/qcheck:=[ocamlopt?]
		dev-ml/mdx:=[ocamlopt?]
	)
"

USE Flags

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

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	
	dev-ml/seq:=[ocamlopt?]
	dev-ml/stdlib-shims:=[ocamlopt?]
	>=dev-lang/ocaml-4.03.0:=[ocamlopt?]

	test? (
		dev-ml/qcheck:=[ocamlopt?]
		dev-ml/mdx:=[ocamlopt?]
	)

RDEPEND

	dev-ml/seq:=[ocamlopt?]
	dev-ml/stdlib-shims:=[ocamlopt?]
	>=dev-lang/ocaml-4.03.0:=[ocamlopt?]

Manifest for 0.4

Type File Size Source URLs
DIST spelll-0.4.gh.tar.gz 10393 bytes https://github.com/c-cube/spelll/archive/v0.4.tar.gz