dev-js/*: tangram and dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-01 15:49:07 +02:00
parent 4ae93b7596
commit b61907fd50
333 changed files with 3597 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST protocol-buffers-schema-3.5.1.tgz 13564 BLAKE2B 499826f5aa05877102b8814c84ef5ce7f9000815ef2db54272f3ced7b030938fdea51ba1c2b628d3e152c3cd686e285b14dadec287e37a42a5fd805f55639856 SHA512 6150af761c563433fcfe7243c972ee33e505b2e3e4e3ed4f07b5863d50f39b71d31dbcc52f1418796da26694b89a69d7ad0246073b76df4b7f05b11becfad06b

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/mafintosh/protocol-buffers-schema/issues</bugs-to>
<remote-id type="github">mafintosh/protocol-buffers-schema</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="No nonsense protocol buffers schema parser written in Javascript"
HOMEPAGE="
https://github.com/mafintosh/protocol-buffers-schema
https://www.npmjs.com/package/protocol-buffers-schema
"
LICENSE="MIT"
KEYWORDS="~amd64"