lix files

This commit is contained in:
2024-04-13 15:23:39 -06:00
parent 55459d338d
commit 2f5d4cebfa
4 changed files with 19 additions and 0 deletions

4
.haxerc Normal file
View File

@@ -0,0 +1,4 @@
{
"version": "4.3.1",
"resolveLibs": "scoped"
}

5
haxe_libraries/hank.hxml Normal file
View File

@@ -0,0 +1,5 @@
-lib hscript
-lib utest
-cp C:/Users/natqu/repos/hank
-D hank=0.0.8
--macro Sys.println("haxe_libraries/hank.hxml:4: [Warning] Using dev version of library hank")

View File

@@ -0,0 +1,5 @@
# @install: lix --silent download "haxelib:/hscript#2.5.0" into hscript/2.5.0/haxelib
# @run: haxelib run-dir hscript "${HAXE_LIBCACHE}/hscript/2.5.0/haxelib"
-cp ${HAXE_LIBCACHE}/hscript/2.5.0/haxelib/
-D hscript=2.5.0
--macro keep('IntIterator')

View File

@@ -0,0 +1,5 @@
# @install: lix --silent download "haxelib:/utest#1.13.2" into utest/1.13.2/haxelib
-cp ${HAXE_LIBCACHE}/utest/1.13.2/haxelib/src
-D utest=1.13.2
--macro utest.utils.Macro.checkHaxe()
--macro utest.utils.Macro.importEnvSettings()