dev-ml/charinfo_width: add 2.0.0

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2024-06-21 21:26:08 +02:00
parent 685b77fbef
commit 4602301d00
2 changed files with 27 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST charinfo_width-1.1.0.tar.gz 8307 BLAKE2B fcb37b82e2eb914322c78bcfebf901d713b55edc1c069b46cb157bbe1292b63aa69f4679f9077308a17e7d31d7c972e6b636ce7dad22fc963aedc33039dfbcfb SHA512 c8dac9eb6f520213de69b23433e2f0d6a21578c70ae69fb682065e707363968959395a6ddc6c88893e08372a138287318634b52a8b4fb70ac988b4ad4a18b140
DIST charinfo_width-2.0.0.tar.gz 8901 BLAKE2B 46dbacfc52093f03bf694cd74e5871e1b51602e3b36f927192d7c57de063d1210a4af5944dd340b92af84d3f1700a8ad7deffb082e941854002efa5824ea14c8 SHA512 54b875465ca275cfeedcdf0d0f91777020b1425e5062421f9dded01ae8a0299f1ccd749c944861e25e27d0ea96a2b044b71f34cdfcb7fe19fc9ea0cf87a151b8

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="charInfo_width"
DUNE_PKG_NAME="${MY_PN}"
inherit dune
DESCRIPTION="Determine column width for a character"
HOMEPAGE="https://github.com/kandu/charInfo_width"
SRC_URI="https://github.com/kandu/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt"
RDEPEND="
>=dev-ml/camomile-2.0.0:=[ocamlopt?]
dev-ml/ppx_expect:=[ocamlopt?]
dev-ml/result:=[ocamlopt?]
"
DEPEND="${RDEPEND}"