Skip to content

Commit 751eb86

Browse files
committed
Add pegtl library dependency.
1 parent fb09f5b commit 751eb86

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
@@ -12,5 +12,6 @@ build-error-email: brixen@gmail.com
1212
depends: * build2 >= 0.16.0
1313
depends: * bpkg >= 0.16.0
1414
depends: cli11 ^2.2.0
15+
depends: pegtl ^3.2.8
1516
depends: libpypeg ^3.15.0
1617
depends: libprism ^1.5.9

rbx/buildfile

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

repositories.manifest

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ role: prerequisite
66
type: git
77
location: https://github.com/rubinius/cli11#master
88

9+
:
10+
role: prerequisite
11+
type: git
12+
location: https://github.com/rubinius/pegtl#main
13+
914
:
1015
role: prerequisite
1116
type: git

0 commit comments

Comments
 (0)