Skip to content

Commit fb09f5b

Browse files
committed
Add prism.
1 parent 9c27317 commit fb09f5b

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ depends: * build2 >= 0.16.0
1313
depends: * bpkg >= 0.16.0
1414
depends: cli11 ^2.2.0
1515
depends: libpypeg ^3.15.0
16+
depends: libprism ^1.5.9

rbx/buildfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import libs = cli11%lib{cli11}
22
import libs += libpypeg%lib{pypeg}
3+
import libs += libprism%lib{prism}
34

45
exe{rbx}: {hxx ixx txx cxx}{**} $libs testscript
56

repositories.manifest

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ location: https://github.com/rubinius/cli11#master
1010
role: prerequisite
1111
type: git
1212
location: https://github.com/rubinius/libpypeg#main
13+
14+
:
15+
role: prerequisite
16+
type: git
17+
location: https://github.com/rubinius/prism#main

0 commit comments

Comments
 (0)