dev-nim/parsetoml: new package, add 0.7.2

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-08-05 11:43:06 +05:00
parent 94f2832c0d
commit 1950663b9e
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST parsetoml-0.7.2.tar.gz 21508 BLAKE2B 64b182dae4692dd1f8d7093aaee2983f70fc4f6a734866ea5c8eda60ae5ec5e2010f88e4cbebd2707dba90cdf729f8e3e9d665ba7c56ab488d45a00056b2fdf4 SHA512 629e29f52fd3f61e60fd62b53178552f3ff71ef3ccb9a79bf5221cce011f61892da45582206a868354db9fc1dfd4d853947c8ea7473f0a8e2f3608c994aaf99d

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<upstream>
<remote-id type="github">NimParsers/parsetoml</remote-id>
<maintainer>
<name>Maurizio Tomasi</name>
<email>ziotom78@gmail.com</email>
</maintainer>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,21 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit nimble
DESCRIPTION="TOML parser library for Nim"
HOMEPAGE="
https://nimparsers.github.io/parsetoml/
https://github.com/NimParsers/parsetoml
"
SRC_URI="https://github.com/NimParsers/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="${PV}"
KEYWORDS="~amd64"
DOCS=( docs/. README.md )
set_package_url "https://github.com/NimParsers/parsetoml"