1
0
Fork 0
forked from AbleOS/ableos
ableos/sysdata/programs/rlbuild_test/meta.rl
2025-03-19 17:18:05 -05:00

9 lines
163 B
Ragel

(package "name"
:authors ("able")
:version "0.1.0"
(depends
(repo-lookup :src "rlbuild-test")
(repo-lookup :src "hblang")
)
(build "hblang src/main.hb")
)