From 34ef078dfe8b3ed34ca481df6c10831e678902be Mon Sep 17 00:00:00 2001 From: Hion-V Date: Sat, 4 Jun 2022 09:26:40 +0200 Subject: [PATCH] added lix libraries --- api/haxe_libraries/http-status.hxml | 3 +++ api/haxe_libraries/hxnodejs.hxml | 7 +++++++ api/haxe_libraries/tink_anon.hxml | 4 ++++ api/haxe_libraries/tink_await.hxml | 7 +++++++ api/haxe_libraries/tink_chunk.hxml | 3 +++ api/haxe_libraries/tink_core.hxml | 3 +++ api/haxe_libraries/tink_http.hxml | 7 +++++++ api/haxe_libraries/tink_io.hxml | 5 +++++ api/haxe_libraries/tink_json.hxml | 4 ++++ api/haxe_libraries/tink_macro.hxml | 4 ++++ api/haxe_libraries/tink_priority.hxml | 3 +++ api/haxe_libraries/tink_querystring.hxml | 5 +++++ api/haxe_libraries/tink_spatial.hxml | 3 +++ api/haxe_libraries/tink_sql.hxml | 7 +++++++ api/haxe_libraries/tink_streams.hxml | 6 ++++++ api/haxe_libraries/tink_stringly.hxml | 4 ++++ api/haxe_libraries/tink_syntaxhub.hxml | 6 ++++++ api/haxe_libraries/tink_typecrawler.hxml | 4 ++++ api/haxe_libraries/tink_url.hxml | 5 +++++ api/haxe_libraries/tink_web.hxml | 6 ++++++ 20 files changed, 96 insertions(+) create mode 100644 api/haxe_libraries/http-status.hxml create mode 100644 api/haxe_libraries/hxnodejs.hxml create mode 100644 api/haxe_libraries/tink_anon.hxml create mode 100644 api/haxe_libraries/tink_await.hxml create mode 100644 api/haxe_libraries/tink_chunk.hxml create mode 100644 api/haxe_libraries/tink_core.hxml create mode 100644 api/haxe_libraries/tink_http.hxml create mode 100644 api/haxe_libraries/tink_io.hxml create mode 100644 api/haxe_libraries/tink_json.hxml create mode 100644 api/haxe_libraries/tink_macro.hxml create mode 100644 api/haxe_libraries/tink_priority.hxml create mode 100644 api/haxe_libraries/tink_querystring.hxml create mode 100644 api/haxe_libraries/tink_spatial.hxml create mode 100644 api/haxe_libraries/tink_sql.hxml create mode 100644 api/haxe_libraries/tink_streams.hxml create mode 100644 api/haxe_libraries/tink_stringly.hxml create mode 100644 api/haxe_libraries/tink_syntaxhub.hxml create mode 100644 api/haxe_libraries/tink_typecrawler.hxml create mode 100644 api/haxe_libraries/tink_url.hxml create mode 100644 api/haxe_libraries/tink_web.hxml diff --git a/api/haxe_libraries/http-status.hxml b/api/haxe_libraries/http-status.hxml new file mode 100644 index 0000000..0ce73af --- /dev/null +++ b/api/haxe_libraries/http-status.hxml @@ -0,0 +1,3 @@ +# @install: lix --silent download "haxelib:/http-status#1.3.1" into http-status/1.3.1/haxelib +-cp ${HAXE_LIBCACHE}/http-status/1.3.1/haxelib/src +-D http-status=1.3.1 \ No newline at end of file diff --git a/api/haxe_libraries/hxnodejs.hxml b/api/haxe_libraries/hxnodejs.hxml new file mode 100644 index 0000000..577e96a --- /dev/null +++ b/api/haxe_libraries/hxnodejs.hxml @@ -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() diff --git a/api/haxe_libraries/tink_anon.hxml b/api/haxe_libraries/tink_anon.hxml new file mode 100644 index 0000000..6cf9b26 --- /dev/null +++ b/api/haxe_libraries/tink_anon.hxml @@ -0,0 +1,4 @@ +# @install: lix --silent download "haxelib:/tink_anon#0.7.0" into tink_anon/0.7.0/haxelib +-lib tink_macro +-cp ${HAXE_LIBCACHE}/tink_anon/0.7.0/haxelib/src +-D tink_anon=0.7.0 \ No newline at end of file diff --git a/api/haxe_libraries/tink_await.hxml b/api/haxe_libraries/tink_await.hxml new file mode 100644 index 0000000..7bf79b1 --- /dev/null +++ b/api/haxe_libraries/tink_await.hxml @@ -0,0 +1,7 @@ +# @install: lix --silent download "haxelib:/tink_await#0.6.0" into tink_await/0.6.0/haxelib +-lib tink_core +-lib tink_macro +-lib tink_syntaxhub +-cp ${HAXE_LIBCACHE}/tink_await/0.6.0/haxelib/src +-D tink_await=0.6.0 +--macro tink.await.Await.use() \ No newline at end of file diff --git a/api/haxe_libraries/tink_chunk.hxml b/api/haxe_libraries/tink_chunk.hxml new file mode 100644 index 0000000..a4d09fb --- /dev/null +++ b/api/haxe_libraries/tink_chunk.hxml @@ -0,0 +1,3 @@ +# @install: lix --silent download "haxelib:/tink_chunk#0.4.0" into tink_chunk/0.4.0/haxelib +-cp ${HAXE_LIBCACHE}/tink_chunk/0.4.0/haxelib/src +-D tink_chunk=0.4.0 \ No newline at end of file diff --git a/api/haxe_libraries/tink_core.hxml b/api/haxe_libraries/tink_core.hxml new file mode 100644 index 0000000..78a863e --- /dev/null +++ b/api/haxe_libraries/tink_core.hxml @@ -0,0 +1,3 @@ +# @install: lix --silent download "haxelib:/tink_core#2.0.2" into tink_core/2.0.2/haxelib +-cp ${HAXE_LIBCACHE}/tink_core/2.0.2/haxelib/src +-D tink_core=2.0.2 \ No newline at end of file diff --git a/api/haxe_libraries/tink_http.hxml b/api/haxe_libraries/tink_http.hxml new file mode 100644 index 0000000..6476e1d --- /dev/null +++ b/api/haxe_libraries/tink_http.hxml @@ -0,0 +1,7 @@ +# @install: lix --silent download "haxelib:/tink_http#0.10.0" into tink_http/0.10.0/haxelib +-lib http-status +-lib tink_anon +-lib tink_io +-lib tink_url +-cp ${HAXE_LIBCACHE}/tink_http/0.10.0/haxelib/src +-D tink_http=0.10.0 \ No newline at end of file diff --git a/api/haxe_libraries/tink_io.hxml b/api/haxe_libraries/tink_io.hxml new file mode 100644 index 0000000..7ea3d98 --- /dev/null +++ b/api/haxe_libraries/tink_io.hxml @@ -0,0 +1,5 @@ +# @install: lix --silent download "haxelib:/tink_io#0.9.0" into tink_io/0.9.0/haxelib +-lib tink_chunk +-lib tink_streams +-cp ${HAXE_LIBCACHE}/tink_io/0.9.0/haxelib/src +-D tink_io=0.9.0 \ No newline at end of file diff --git a/api/haxe_libraries/tink_json.hxml b/api/haxe_libraries/tink_json.hxml new file mode 100644 index 0000000..b167de7 --- /dev/null +++ b/api/haxe_libraries/tink_json.hxml @@ -0,0 +1,4 @@ +# @install: lix --silent download "haxelib:/tink_json#0.11.0" into tink_json/0.11.0/haxelib +-lib tink_typecrawler +-cp ${HAXE_LIBCACHE}/tink_json/0.11.0/haxelib/src +-D tink_json=0.11.0 \ No newline at end of file diff --git a/api/haxe_libraries/tink_macro.hxml b/api/haxe_libraries/tink_macro.hxml new file mode 100644 index 0000000..bb7910d --- /dev/null +++ b/api/haxe_libraries/tink_macro.hxml @@ -0,0 +1,4 @@ +# @install: lix --silent download "haxelib:/tink_macro#1.0.0" into tink_macro/1.0.0/haxelib +-lib tink_core +-cp ${HAXE_LIBCACHE}/tink_macro/1.0.0/haxelib/src +-D tink_macro=1.0.0 \ No newline at end of file diff --git a/api/haxe_libraries/tink_priority.hxml b/api/haxe_libraries/tink_priority.hxml new file mode 100644 index 0000000..fd09e31 --- /dev/null +++ b/api/haxe_libraries/tink_priority.hxml @@ -0,0 +1,3 @@ +# @install: lix --silent download "haxelib:/tink_priority#0.1.4" into tink_priority/0.1.4/haxelib +-cp ${HAXE_LIBCACHE}/tink_priority/0.1.4/haxelib/src +-D tink_priority=0.1.4 \ No newline at end of file diff --git a/api/haxe_libraries/tink_querystring.hxml b/api/haxe_libraries/tink_querystring.hxml new file mode 100644 index 0000000..2a62221 --- /dev/null +++ b/api/haxe_libraries/tink_querystring.hxml @@ -0,0 +1,5 @@ +# @install: lix --silent download "haxelib:/tink_querystring#0.7.0" into tink_querystring/0.7.0/haxelib +-lib tink_typecrawler +-lib tink_url +-cp ${HAXE_LIBCACHE}/tink_querystring/0.7.0/haxelib/src +-D tink_querystring=0.7.0 \ No newline at end of file diff --git a/api/haxe_libraries/tink_spatial.hxml b/api/haxe_libraries/tink_spatial.hxml new file mode 100644 index 0000000..8644319 --- /dev/null +++ b/api/haxe_libraries/tink_spatial.hxml @@ -0,0 +1,3 @@ +# @install: lix --silent download "gh://github.com/haxetink/tink_spatial#fb0d0a02ceed49325709215b5da0062fd8316c62" into tink_spatial/0.1.0/github/fb0d0a02ceed49325709215b5da0062fd8316c62 +-cp ${HAXE_LIBCACHE}/tink_spatial/0.1.0/github/fb0d0a02ceed49325709215b5da0062fd8316c62/src +-D tink_spatial=0.1.0 \ No newline at end of file diff --git a/api/haxe_libraries/tink_sql.hxml b/api/haxe_libraries/tink_sql.hxml new file mode 100644 index 0000000..94edf0c --- /dev/null +++ b/api/haxe_libraries/tink_sql.hxml @@ -0,0 +1,7 @@ +# @install: lix --silent download "gh://github.com/haxetink/tink_sql#3b8fef55ba9153b78c07e8722a76d077f4d40cb8" into tink_sql/0.0.0-alpha.0/github/3b8fef55ba9153b78c07e8722a76d077f4d40cb8 +-lib tink_macro +-lib tink_spatial +-lib tink_streams +-lib tink_url +-cp ${HAXE_LIBCACHE}/tink_sql/0.0.0-alpha.0/github/3b8fef55ba9153b78c07e8722a76d077f4d40cb8/src +-D tink_sql=0.0.0-alpha.0 \ No newline at end of file diff --git a/api/haxe_libraries/tink_streams.hxml b/api/haxe_libraries/tink_streams.hxml new file mode 100644 index 0000000..1baca1f --- /dev/null +++ b/api/haxe_libraries/tink_streams.hxml @@ -0,0 +1,6 @@ +# @install: lix --silent download "gh://github.com/haxetink/tink_streams#c51ff28d69ea844995696f10575d1a150ce47159" into tink_streams/0.3.3/github/c51ff28d69ea844995696f10575d1a150ce47159 +-lib tink_core +-cp ${HAXE_LIBCACHE}/tink_streams/0.3.3/github/c51ff28d69ea844995696f10575d1a150ce47159/src +-D tink_streams=0.3.3 +# temp for development, delete this file when pure branch merged +-D pure \ No newline at end of file diff --git a/api/haxe_libraries/tink_stringly.hxml b/api/haxe_libraries/tink_stringly.hxml new file mode 100644 index 0000000..5499f38 --- /dev/null +++ b/api/haxe_libraries/tink_stringly.hxml @@ -0,0 +1,4 @@ +# @install: lix --silent download "haxelib:/tink_stringly#0.4.0" into tink_stringly/0.4.0/haxelib +-lib tink_core +-cp ${HAXE_LIBCACHE}/tink_stringly/0.4.0/haxelib/src +-D tink_stringly=0.4.0 \ No newline at end of file diff --git a/api/haxe_libraries/tink_syntaxhub.hxml b/api/haxe_libraries/tink_syntaxhub.hxml new file mode 100644 index 0000000..7464e63 --- /dev/null +++ b/api/haxe_libraries/tink_syntaxhub.hxml @@ -0,0 +1,6 @@ +# @install: lix --silent download "haxelib:/tink_syntaxhub#0.5.0" into tink_syntaxhub/0.5.0/haxelib +-lib tink_macro +-lib tink_priority +-cp ${HAXE_LIBCACHE}/tink_syntaxhub/0.5.0/haxelib/src +-D tink_syntaxhub=0.5.0 +--macro tink.SyntaxHub.use() \ No newline at end of file diff --git a/api/haxe_libraries/tink_typecrawler.hxml b/api/haxe_libraries/tink_typecrawler.hxml new file mode 100644 index 0000000..373aee9 --- /dev/null +++ b/api/haxe_libraries/tink_typecrawler.hxml @@ -0,0 +1,4 @@ +# @install: lix --silent download "haxelib:/tink_typecrawler#0.7.0" into tink_typecrawler/0.7.0/haxelib +-lib tink_macro +-cp ${HAXE_LIBCACHE}/tink_typecrawler/0.7.0/haxelib/src +-D tink_typecrawler=0.7.0 \ No newline at end of file diff --git a/api/haxe_libraries/tink_url.hxml b/api/haxe_libraries/tink_url.hxml new file mode 100644 index 0000000..89ee5c6 --- /dev/null +++ b/api/haxe_libraries/tink_url.hxml @@ -0,0 +1,5 @@ +# @install: lix --silent download https://github.com/haxetink/tink_url/archive/7c98a2ea212c3a2f8d9ff41c1450eae98eee812f.tar.gz into tink_url/0.3.1/github/7c98a2ea212c3a2f8d9ff41c1450eae98eee812f +-D tink_url=0.3.1 +-cp ${HAXESHIM_LIBCACHE}/tink_url/0.3.1/github/7c98a2ea212c3a2f8d9ff41c1450eae98eee812f/src + +-lib tink_stringly \ No newline at end of file diff --git a/api/haxe_libraries/tink_web.hxml b/api/haxe_libraries/tink_web.hxml new file mode 100644 index 0000000..0cc8bb8 --- /dev/null +++ b/api/haxe_libraries/tink_web.hxml @@ -0,0 +1,6 @@ +# @install: lix --silent download "haxelib:/tink_web#0.3.0" into tink_web/0.3.0/haxelib +-lib tink_http +-lib tink_json +-lib tink_querystring +-cp ${HAXE_LIBCACHE}/tink_web/0.3.0/haxelib/src +-D tink_web=0.3.0 \ No newline at end of file