File tree Expand file tree Collapse file tree 1 file changed +42
-1
lines changed Expand file tree Collapse file tree 1 file changed +42
-1
lines changed Original file line number Diff line number Diff line change 4
4
# METADATA
5
5
#
6
6
# --------------------------------------------------------------------------------------------------------------
7
- "mxversion" : "5.181 .1" ,
7
+ "mxversion" : "5.190 .1" ,
8
8
"name" : "graalpython" ,
9
9
"versionConflictResolution" : "latest" ,
10
10
86
86
# PROJECTS
87
87
#
88
88
# --------------------------------------------------------------------------------------------------------------
89
+ "externalProjects" : {
90
+ "lib.python" : {
91
+ "type" : "python" ,
92
+ "path" : 'graalpython/lib-python' ,
93
+ "source" : [
94
+ "3"
95
+ ]
96
+ },
97
+
98
+ "lib.graalpython" : {
99
+ "type" : "python" ,
100
+ "path" : 'graalpython/lib-graalpython' ,
101
+ "source" : []
102
+ },
103
+
104
+ "perf.benchmarks" : {
105
+ "type" : "python" ,
106
+ "path" : 'graalpython/benchmarks' ,
107
+ "source" : [
108
+ "src"
109
+ ]
110
+ },
111
+
112
+ "util.scripts" : {
113
+ "type" : "python" ,
114
+ "path" : 'scripts' ,
115
+ "source" : []
116
+ },
117
+
118
+ "com.oracle.graal.python.cext" : {
119
+ "type" : "python" ,
120
+ "path" : "graalpython/com.oracle.graal.python.cext" ,
121
+ "source" : [
122
+ "include" ,
123
+ "src" ,
124
+ "modules"
125
+ ]
126
+ },
127
+ },
128
+
129
+
89
130
"projects" : {
90
131
# GRAALPYTHON ANTLR
91
132
"com.oracle.graal.python.parser.antlr" : {
You can’t perform that action at this time.
0 commit comments