dev-lang/ott - 0.31 (haskell)

Search

Package Information

Description:
Ott is a tool for writing definitions of programming languages and calculi.
Homepage:
http://www.cl.cam.ac.uk/~pes20/ott/
License:
BSD

Ebuild Details

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

EAPI=8

DESCRIPTION="Ott is a tool for writing definitions of programming languages and calculi. "
HOMEPAGE="http://www.cl.cam.ac.uk/~pes20/ott/"
SRC_URI="https://github.com/ott-lang/ott/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=dev-lang/ocaml-3.9"
RDEPEND="${DEPEND}"

src_compile() {
	emake world
}

src_install() {
	dobin bin/ott
}

Dependencies

DEPEND

>=dev-lang/ocaml-3.9

RDEPEND

>=dev-lang/ocaml-3.9

Manifest for 0.31

Type File Size Source URLs
DIST ott-0.31.tar.gz 3526537 bytes https://github.com/ott-lang/ott/archive/0.31.tar.gz