We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c27317 commit fb09f5bCopy full SHA for fb09f5b
manifest
@@ -13,3 +13,4 @@ depends: * build2 >= 0.16.0
13
depends: * bpkg >= 0.16.0
14
depends: cli11 ^2.2.0
15
depends: libpypeg ^3.15.0
16
+depends: libprism ^1.5.9
rbx/buildfile
@@ -1,5 +1,6 @@
1
import libs = cli11%lib{cli11}
2
import libs += libpypeg%lib{pypeg}
3
+import libs += libprism%lib{prism}
4
5
exe{rbx}: {hxx ixx txx cxx}{**} $libs testscript
6
repositories.manifest
@@ -10,3 +10,8 @@ location: https://github.com/rubinius/cli11#master
10
role: prerequisite
11
type: git
12
location: https://github.com/rubinius/libpypeg#main
+
+:
+role: prerequisite
+type: git
17
+location: https://github.com/rubinius/prism#main
0 commit comments