Initial commit

This commit is contained in:
Peter Niederwieser
2024-02-01 14:00:22 -08:00
committed by Dan Chao
commit ecad035dca
2972 changed files with 211653 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"schemaVersion": 1,
"packageUri": "package://localhost:12110/fruit@1.1.0",
"name": "fruit",
"version": "1.1.0",
"packageZipUrl": "https://localhost:12110/fruit@1.1.0/fruit@1.1.0.zip",
"dependencies": {},
"packageZipChecksums": {
"sha256": "$computedChecksum"
},
"sourceCode": "https://example.com/fruit",
"documentation": "https://example.com/fruit-docs",
"license": "UNLICENSED",
"authors": [
"apple-1@example.com",
"banana-2@example.com"
],
"issueTracker": "https://example.com/fruit/issues"
}
@@ -0,0 +1,3 @@
module fruit.Fruit
name: String
@@ -0,0 +1,3 @@
amends "../Fruit.pkl"
name = "Apple 🍎"
@@ -0,0 +1,3 @@
amends "../Fruit.pkl"
name = "Pineapple 🍍"