Merge commit '289e516fe3d91b935e74c29e698d0d06815efd0d' as 'projects/tink_syntaxhub'
This commit is contained in:
3
projects/tink_syntaxhub/haxe_libraries/hx3compat.hxml
Normal file
3
projects/tink_syntaxhub/haxe_libraries/hx3compat.hxml
Normal file
@@ -0,0 +1,3 @@
|
||||
# @install: lix --silent download "haxelib:/hx3compat#1.0.4" into hx3compat/1.0.4/haxelib
|
||||
-cp ${HAXE_LIBCACHE}/hx3compat/1.0.4/haxelib/std
|
||||
-D hx3compat=1.0.4
|
||||
7
projects/tink_syntaxhub/haxe_libraries/hxnodejs.hxml
Normal file
7
projects/tink_syntaxhub/haxe_libraries/hxnodejs.hxml
Normal file
@@ -0,0 +1,7 @@
|
||||
# @install: lix --silent download "haxelib:/hxnodejs#12.1.0" into hxnodejs/12.1.0/haxelib
|
||||
-cp ${HAXE_LIBCACHE}/hxnodejs/12.1.0/haxelib/src
|
||||
-D hxnodejs=12.1.0
|
||||
--macro allowPackage('sys')
|
||||
# should behave like other target defines and not be defined in macro context
|
||||
--macro define('nodejs')
|
||||
--macro _internal.SuppressDeprecated.run()
|
||||
3
projects/tink_syntaxhub/haxe_libraries/tink_chunk.hxml
Normal file
3
projects/tink_syntaxhub/haxe_libraries/tink_chunk.hxml
Normal file
@@ -0,0 +1,3 @@
|
||||
-D tink_chunk=0.2.0
|
||||
# @install: lix --silent download "haxelib:/tink_chunk#0.2.0" into tink_chunk/0.2.0/haxelib
|
||||
-cp ${HAXE_LIBCACHE}/tink_chunk/0.2.0/haxelib/src
|
||||
8
projects/tink_syntaxhub/haxe_libraries/tink_cli.hxml
Normal file
8
projects/tink_syntaxhub/haxe_libraries/tink_cli.hxml
Normal file
@@ -0,0 +1,8 @@
|
||||
-D tink_cli=0.4.1
|
||||
# @install: lix --silent download "haxelib:/tink_cli#0.4.1" into tink_cli/0.4.1/haxelib
|
||||
-lib tink_io
|
||||
-lib tink_stringly
|
||||
-lib tink_macro
|
||||
-cp ${HAXE_LIBCACHE}/tink_cli/0.4.1/haxelib/src
|
||||
# Make sure docs are generated
|
||||
-D use-rtti-doc
|
||||
3
projects/tink_syntaxhub/haxe_libraries/tink_core.hxml
Normal file
3
projects/tink_syntaxhub/haxe_libraries/tink_core.hxml
Normal file
@@ -0,0 +1,3 @@
|
||||
# @install: lix --silent download "haxelib:/tink_core#2.1.0" into tink_core/2.1.0/haxelib
|
||||
-cp ${HAXE_LIBCACHE}/tink_core/2.1.0/haxelib/src
|
||||
-D tink_core=2.1.0
|
||||
5
projects/tink_syntaxhub/haxe_libraries/tink_io.hxml
Normal file
5
projects/tink_syntaxhub/haxe_libraries/tink_io.hxml
Normal file
@@ -0,0 +1,5 @@
|
||||
-D tink_io=0.6.2
|
||||
# @install: lix --silent download "haxelib:/tink_io#0.6.2" into tink_io/0.6.2/haxelib
|
||||
-lib tink_chunk
|
||||
-lib tink_streams
|
||||
-cp ${HAXE_LIBCACHE}/tink_io/0.6.2/haxelib/src
|
||||
4
projects/tink_syntaxhub/haxe_libraries/tink_macro.hxml
Normal file
4
projects/tink_syntaxhub/haxe_libraries/tink_macro.hxml
Normal file
@@ -0,0 +1,4 @@
|
||||
# @install: lix --silent download "haxelib:/tink_macro#1.0.1" into tink_macro/1.0.1/haxelib
|
||||
-lib tink_core
|
||||
-cp ${HAXE_LIBCACHE}/tink_macro/1.0.1/haxelib/src
|
||||
-D tink_macro=1.0.1
|
||||
@@ -0,0 +1,3 @@
|
||||
-D tink_priority=0.1.3
|
||||
# @install: lix --silent download "gh://github.com/haxetink/tink_priority#ea736d31dc788aae703a2aa415c25d5b80d0e7d1" into tink_priority/0.1.3/github/ea736d31dc788aae703a2aa415c25d5b80d0e7d1
|
||||
-cp ${HAXE_LIBCACHE}/tink_priority/0.1.3/github/ea736d31dc788aae703a2aa415c25d5b80d0e7d1/src
|
||||
6
projects/tink_syntaxhub/haxe_libraries/tink_streams.hxml
Normal file
6
projects/tink_syntaxhub/haxe_libraries/tink_streams.hxml
Normal file
@@ -0,0 +1,6 @@
|
||||
-D tink_streams=0.3.2
|
||||
# @install: lix --silent download "haxelib:/tink_streams#0.3.2" into tink_streams/0.3.2/haxelib
|
||||
-lib tink_core
|
||||
-cp ${HAXE_LIBCACHE}/tink_streams/0.3.2/haxelib/src
|
||||
# temp for development, delete this file when pure branch merged
|
||||
-D pure
|
||||
@@ -0,0 +1,4 @@
|
||||
-D tink_stringly=0.2.0
|
||||
# @install: lix --silent download "haxelib:/tink_stringly#0.2.0" into tink_stringly/0.2.0/haxelib
|
||||
-lib tink_core
|
||||
-cp ${HAXE_LIBCACHE}/tink_stringly/0.2.0/haxelib/src
|
||||
@@ -0,0 +1,4 @@
|
||||
-cp src
|
||||
-D tink_syntaxhub
|
||||
--macro tink.SyntaxHub.use()
|
||||
-lib tink_priority
|
||||
6
projects/tink_syntaxhub/haxe_libraries/travix.hxml
Normal file
6
projects/tink_syntaxhub/haxe_libraries/travix.hxml
Normal file
@@ -0,0 +1,6 @@
|
||||
-D travix=0.12.2
|
||||
# @install: lix --silent download "gh://github.com/back2dos/travix#7da3bf96717b52bf3c7e5d2273bf927a8cd7aeb5" into travix/0.12.2/github/7da3bf96717b52bf3c7e5d2273bf927a8cd7aeb5
|
||||
# @post-install: cd ${HAXE_LIBCACHE}/travix/0.12.2/github/7da3bf96717b52bf3c7e5d2273bf927a8cd7aeb5 && haxe -cp src --run travix.PostDownload
|
||||
# @run: haxelib run-dir travix ${HAXE_LIBCACHE}/travix/0.12.2/github/7da3bf96717b52bf3c7e5d2273bf927a8cd7aeb5
|
||||
-lib tink_cli
|
||||
-cp ${HAXE_LIBCACHE}/travix/0.12.2/github/7da3bf96717b52bf3c7e5d2273bf927a8cd7aeb5/src
|
||||
Reference in New Issue
Block a user