First commit
This commit is contained in:
11
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/UseCp/haxelib.json
generated
vendored
Normal file
11
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/UseCp/haxelib.json
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "UseCp",
|
||||
"url" : "http://example.org",
|
||||
"license": "GPL",
|
||||
"tags": [],
|
||||
"description": "This project use a deep class path.",
|
||||
"version": "0.0.1",
|
||||
"releasenote": "Initial release, everything is working correctly",
|
||||
"classPath": "lib/src",
|
||||
"contributors": ["Bar"]
|
||||
}
|
||||
9
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/UseCp/lib/src/bar/Bar.hx
generated
vendored
Normal file
9
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/UseCp/lib/src/bar/Bar.hx
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package bar;
|
||||
|
||||
class Bar {
|
||||
|
||||
static function new() {
|
||||
trace("new Bar");
|
||||
}
|
||||
|
||||
}
|
||||
9
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libBar/bar/Bar.hx
generated
vendored
Normal file
9
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libBar/bar/Bar.hx
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package bar;
|
||||
|
||||
class Bar {
|
||||
|
||||
static function new() {
|
||||
trace("new Bar");
|
||||
}
|
||||
|
||||
}
|
||||
10
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libBar/haxelib.json
generated
vendored
Normal file
10
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libBar/haxelib.json
generated
vendored
Normal 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"]
|
||||
}
|
||||
7
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libBar/haxelib.xml
generated
vendored
Normal file
7
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libBar/haxelib.xml
generated
vendored
Normal 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>
|
||||
9
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libBar2/bar/Bar.hx
generated
vendored
Normal file
9
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libBar2/bar/Bar.hx
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package bar;
|
||||
|
||||
class Bar {
|
||||
|
||||
static function new() {
|
||||
trace("new Bar");
|
||||
}
|
||||
|
||||
}
|
||||
10
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libBar2/haxelib.json
generated
vendored
Normal file
10
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libBar2/haxelib.json
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Bar",
|
||||
"url" : "http://example.org",
|
||||
"license": "MIT",
|
||||
"tags": ["bar", "version2"],
|
||||
"description": "This project is an example of an haxelib project",
|
||||
"version": "2.0.0",
|
||||
"releasenote": "Version 2.",
|
||||
"contributors": ["Bar"]
|
||||
}
|
||||
7
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libBar2/haxelib.xml
generated
vendored
Normal file
7
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libBar2/haxelib.xml
generated
vendored
Normal 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>
|
||||
9
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libDeep/libDeep/bar/Bar.hx
generated
vendored
Normal file
9
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libDeep/libDeep/bar/Bar.hx
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package bar;
|
||||
|
||||
class Bar {
|
||||
|
||||
static function new() {
|
||||
trace("new Bar");
|
||||
}
|
||||
|
||||
}
|
||||
10
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libDeep/libDeep/haxelib.json
generated
vendored
Normal file
10
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libDeep/libDeep/haxelib.json
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Deep",
|
||||
"url" : "http://example.org",
|
||||
"license": "Public",
|
||||
"tags": ["deep", "test"],
|
||||
"description": "This project's zip contains a folder that holds the lib.",
|
||||
"version": "1.0.0",
|
||||
"releasenote": "N/A",
|
||||
"contributors": ["DeepAuthor", "AnotherGuy"]
|
||||
}
|
||||
9
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libFoo/foo/Foo.hx
generated
vendored
Normal file
9
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libFoo/foo/Foo.hx
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package foo;
|
||||
|
||||
class Foo {
|
||||
|
||||
public function new() {
|
||||
trace("new Foo");
|
||||
}
|
||||
|
||||
}
|
||||
13
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libFoo/haxelib.json
generated
vendored
Normal file
13
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libFoo/haxelib.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "Foo",
|
||||
"url" : "http://example.org",
|
||||
"license": "GPL",
|
||||
"tags": ["foo", "test"],
|
||||
"description": "This project is an example of an haxelib project",
|
||||
"version": "0.1.0-alpha.0",
|
||||
"releasenote": "Initial release, everything is working correctly",
|
||||
"dependencies": {
|
||||
"Bar": ""
|
||||
},
|
||||
"contributors": ["Foo"]
|
||||
}
|
||||
7
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libFoo/haxelib.xml
generated
vendored
Normal file
7
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libFoo/haxelib.xml
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<project name="Foo" url="http://example.org" license="GPL">
|
||||
<user name="Foo"/>
|
||||
<tag v="foo"/>
|
||||
<tag v="test"/>
|
||||
<description>This project is an example of an haxelib project</description>
|
||||
<version name="1.0.0-alpha.0">Initial release, everything is working correctly</version>
|
||||
</project>
|
||||
Reference in New Issue
Block a user