Skip to content

Commit e558134

Browse files
committed
Rename library to top-level artifact for now
This library will eventually be split into a few pieces: * The direct Parser API, probably called prism-parser-api * The native backend, probably called prism-parser-native * The WASM backend, probably called prism-parser-wasm * The Prism gem backend (with line info etc), name TBD But for now, the first three are all in one library and the fourth is still being designed. We will publish this aggregate library as prism-parser. When the component libraries are defined, most likely prism-parser will aggregate (depend upon) the first three artifacts, so this should not impact future releases of JRuby.
1 parent e1be912 commit e558134

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

java-wasm/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>org.ruby-lang</groupId>
6-
<artifactId>prism-parser-wasm</artifactId>
6+
<artifactId>prism-parser</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
8-
<name>Java WASM Prism</name>
9-
<description>Pure Java Prism API using Chicory WASM AOT runtime</description>
8+
<name>Java Prism</name>
9+
<description>Java API for the Prism Ruby language parser</description>
1010

1111

1212
<properties>

0 commit comments

Comments
 (0)