| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.7 | 8 | ~amd64 ~x86 | 0/0.7 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Little cli to convert md files into mld files"
HOMEPAGE="https://github.com/mseri/md2mld"
SRC_URI="https://github.com/mseri/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt"
RDEPEND="dev-ml/omd:0=[ocamlopt?]"
dev-ml/omd:0=[ocamlopt?]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | md2mld-0.7.tar.gz | 7588 bytes | https://github.com/mseri/md2mld/archive/0.7.tar.gz |