mirror of
https://onedev.site.tesses.net/crosslang/crosslang-tutorials
synced 2026-02-08 09:05:47 +00:00
13 lines
396 B
JSON
13 lines
396 B
JSON
{
|
|
"$schema": "https://crosslang.tesseslanguage.com/schema/cross-json-schema.json",
|
|
"info": {
|
|
"type": "lib",
|
|
"maintainer": "Mike Nolan",
|
|
"description": "A library that does something",
|
|
"license": "GPLv3",
|
|
"repo": "https://onedev.site.tesses.net/crosslang/crosslang-tutorials",
|
|
"homepage": "https://crosslang.tesseslanguage.com/"
|
|
},
|
|
"name": "mylibrary",
|
|
"version": "1.0.0.0-prod"
|
|
} |