First commit

This commit is contained in:
2021-03-07 05:58:59 +01:00
committed by Andreas Schaafsma
commit 5d4c4a054e
18475 changed files with 3309357 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package bar;
class Bar {
static function new() {
trace("new Bar");
}
}

View File

@@ -0,0 +1,10 @@
{
"name": "Bar",
"url" : "http://example.org",
"license": "GPL",
"tags": ["bar", "test"],
"description": "This project is an example of an haxelib project",
"version": "1.0.0",
"releasenote": "Initial release, everything is working correctly",
"contributors": ["Bar"]
}

View File

@@ -0,0 +1,7 @@
<project name="Bar" url="http://example.org" license="GPL">
<user name="Bar"/>
<tag v="bar"/>
<tag v="test"/>
<description>This project is an example of an haxelib project</description>
<version name="1.0.0">Initial release, everything is working correctly</version>
</project>