-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
81 changed files
with
884 additions
and
322 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
releases/no/ecc/rembulan/rembulan-compiler/0.3.5/_remote.repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. | ||
#Tue Aug 15 16:16:17 CEST 2023 | ||
rembulan-compiler-0.3.5.jar.asc>= | ||
rembulan-compiler-0.3.5.jar>= | ||
rembulan-compiler-0.3.5-javadoc.jar>= | ||
rembulan-compiler-0.3.5.pom.asc>= | ||
rembulan-compiler-0.3.5-sources.jar>= | ||
rembulan-compiler-0.3.5.pom>= | ||
rembulan-compiler-0.3.5-javadoc.jar.asc>= | ||
rembulan-compiler-0.3.5-sources.jar.asc>= |
Binary file added
BIN
+1.19 MB
releases/no/ecc/rembulan/rembulan-compiler/0.3.5/rembulan-compiler-0.3.5-javadoc.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
releases/no/ecc/rembulan/rembulan-compiler/0.3.5/rembulan-compiler-0.3.5-javadoc.jar.asc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iHUEABYKAB0WIQQfgreule8qmCpLCc1gl9f/LDA4wgUCZNuIsQAKCRBgl9f/LDA4 | ||
wp/dAP45OsleupwfuOjzu54zF0YXivHI8tPXYfMMR07jj0WqIgD/YkuJOK1l/kOm | ||
b2p426hV99H4zrIGLCEUQ4lejMrZYAg= | ||
=MvSR | ||
-----END PGP SIGNATURE----- |
Binary file added
BIN
+242 KB
releases/no/ecc/rembulan/rembulan-compiler/0.3.5/rembulan-compiler-0.3.5-sources.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
releases/no/ecc/rembulan/rembulan-compiler/0.3.5/rembulan-compiler-0.3.5-sources.jar.asc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iHUEABYKAB0WIQQfgreule8qmCpLCc1gl9f/LDA4wgUCZNuIsQAKCRBgl9f/LDA4 | ||
wqJ1APsECOLwo/pjbM2DX9kT6UVY4fFpitPxPf66V3AZYVaQvAD8DZ484Y1/m/Sb | ||
FqT77gcHGV+72cc5X3vEfObr7f8sEgI= | ||
=n1OE | ||
-----END PGP SIGNATURE----- |
Binary file added
BIN
+383 KB
releases/no/ecc/rembulan/rembulan-compiler/0.3.5/rembulan-compiler-0.3.5.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
releases/no/ecc/rembulan/rembulan-compiler/0.3.5/rembulan-compiler-0.3.5.jar.asc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iHUEABYKAB0WIQQfgreule8qmCpLCc1gl9f/LDA4wgUCZNuIsAAKCRBgl9f/LDA4 | ||
wqUoAP9zE8sWMZusSQg5PtBpUlwWDmScd8rBSgblHxAqYL49vgD+MCg8b4OEOOFi | ||
dLf47GhLiqrDUE4yaiW9JeorLNBa8QE= | ||
=D4WO | ||
-----END PGP SIGNATURE----- |
104 changes: 104 additions & 0 deletions
104
releases/no/ecc/rembulan/rembulan-compiler/0.3.5/rembulan-compiler-0.3.5.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>no.ecc.rembulan</groupId> | ||
<artifactId>rembulan-parent</artifactId> | ||
<version>0.3.5</version> | ||
<relativePath>../rembulan-parent</relativePath> | ||
</parent> | ||
|
||
<artifactId>rembulan-compiler</artifactId> | ||
<version>${project.parent.version}</version> | ||
<packaging>jar</packaging> | ||
|
||
<name>Rembulan Compiler</name> | ||
<description>Rembulan Compiler</description> | ||
<url>https://github.com/mjanicek/rembulan/</url> | ||
<inceptionYear>2016</inceptionYear> | ||
|
||
<licenses> | ||
<license> | ||
<name>The Apache License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<name>Miroslav Janíček</name> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/mjanicek/rembulan.git</connection> | ||
<url>https://github.com/mjanicek/rembulan/tree/master</url> | ||
</scm> | ||
|
||
<properties> | ||
<asm.version>7.3.1</asm.version> | ||
</properties> | ||
|
||
<dependencies> | ||
|
||
<dependency> | ||
<groupId>no.ecc.rembulan</groupId> | ||
<artifactId>rembulan-runtime</artifactId> | ||
<version>${project.parent.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.ow2.asm</groupId> | ||
<artifactId>asm</artifactId> | ||
<version>${asm.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.ow2.asm</groupId> | ||
<artifactId>asm-analysis</artifactId> | ||
<version>${asm.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.ow2.asm</groupId> | ||
<artifactId>asm-util</artifactId> | ||
<version>${asm.version}</version> | ||
</dependency> | ||
|
||
</dependencies> | ||
|
||
<build> | ||
<plugins> | ||
|
||
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>javacc-maven-plugin</artifactId> | ||
<version>2.6</version> | ||
|
||
<executions> | ||
<execution> | ||
<id>javacc</id> | ||
<goals> | ||
<goal>javacc</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>net.java.dev.javacc</groupId> | ||
<artifactId>javacc</artifactId> | ||
<version>6.1.2</version> | ||
</dependency> | ||
</dependencies> | ||
|
||
</plugin> | ||
|
||
</plugins> | ||
</build> | ||
|
||
</project> |
7 changes: 7 additions & 0 deletions
7
releases/no/ecc/rembulan/rembulan-compiler/0.3.5/rembulan-compiler-0.3.5.pom.asc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iHUEABYKAB0WIQQfgreule8qmCpLCc1gl9f/LDA4wgUCZNuIsAAKCRBgl9f/LDA4 | ||
wqNUAP9uosfUgiifVgz2grC0kxzC5hXTPQsdbKXHy47XWxit4AEAgWP7mouC+0M7 | ||
z9kIdc/RdlzTFtIy7MMR+8JRf20bPAs= | ||
=jENV | ||
-----END PGP SIGNATURE----- |
14 changes: 0 additions & 14 deletions
14
releases/no/ecc/rembulan/rembulan-compiler/maven-metadata-local.xml
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
releases/no/ecc/rembulan/rembulan-examples/0.3.5/_remote.repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. | ||
#Tue Aug 15 16:16:28 CEST 2023 | ||
rembulan-examples-0.3.5-javadoc.jar.asc>= | ||
rembulan-examples-0.3.5.jar>= | ||
rembulan-examples-0.3.5-sources.jar>= | ||
rembulan-examples-0.3.5.pom.asc>= | ||
rembulan-examples-0.3.5-javadoc.jar>= | ||
rembulan-examples-0.3.5.pom>= | ||
rembulan-examples-0.3.5.jar.asc>= | ||
rembulan-examples-0.3.5-sources.jar.asc>= |
Binary file added
BIN
+156 KB
releases/no/ecc/rembulan/rembulan-examples/0.3.5/rembulan-examples-0.3.5-javadoc.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
releases/no/ecc/rembulan/rembulan-examples/0.3.5/rembulan-examples-0.3.5-javadoc.jar.asc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iHUEABYKAB0WIQQfgreule8qmCpLCc1gl9f/LDA4wgUCZNuIvAAKCRBgl9f/LDA4 | ||
whcpAQCZfowdu72H9vjhZ5mYlXrdRvMwQef34BMNJF+lDeYQuAD/eE6CRs5ga22s | ||
wsd//kCWNUUiuAwTRetesxAgEQWeYAU= | ||
=qEhn | ||
-----END PGP SIGNATURE----- |
Binary file added
BIN
+13.4 KB
releases/no/ecc/rembulan/rembulan-examples/0.3.5/rembulan-examples-0.3.5-sources.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
releases/no/ecc/rembulan/rembulan-examples/0.3.5/rembulan-examples-0.3.5-sources.jar.asc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iHUEABYKAB0WIQQfgreule8qmCpLCc1gl9f/LDA4wgUCZNuIvAAKCRBgl9f/LDA4 | ||
wmEeAQCvmV/7YRp1lB69JFFv2QYpSROVeWa/n/+CYyOOPV2CqQD/YBxPawkkgJSm | ||
Ep7KYmQ+z2jLVxqkkU1yZ8q/4KW8xgg= | ||
=VkcE | ||
-----END PGP SIGNATURE----- |
Binary file added
BIN
+29.4 KB
releases/no/ecc/rembulan/rembulan-examples/0.3.5/rembulan-examples-0.3.5.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
releases/no/ecc/rembulan/rembulan-examples/0.3.5/rembulan-examples-0.3.5.jar.asc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iHUEABYKAB0WIQQfgreule8qmCpLCc1gl9f/LDA4wgUCZNuIvAAKCRBgl9f/LDA4 | ||
wn7tAP4zz2huT8glFwXuOb/VaVl8L7r1BcDthORIQwKwH047OQD/SjrwocYXboUK | ||
Kj4JVjrU0Ft/VMrLj6Y5q97DM9L9Zw0= | ||
=f8xn | ||
-----END PGP SIGNATURE----- |
79 changes: 79 additions & 0 deletions
79
releases/no/ecc/rembulan/rembulan-examples/0.3.5/rembulan-examples-0.3.5.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>no.ecc.rembulan</groupId> | ||
<artifactId>rembulan-parent</artifactId> | ||
<version>0.3.5</version> | ||
<relativePath>../rembulan-parent</relativePath> | ||
</parent> | ||
|
||
<artifactId>rembulan-examples</artifactId> | ||
<version>${project.parent.version}</version> | ||
<packaging>jar</packaging> | ||
|
||
<name>Rembulan examples</name> | ||
<description>Examples of the Rembulan API</description> | ||
<url>https://github.com/mjanicek/rembulan/</url> | ||
<inceptionYear>2016</inceptionYear> | ||
|
||
<licenses> | ||
<license> | ||
<name>The Apache License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<name>Miroslav Janíček</name> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/mjanicek/rembulan.git</connection> | ||
<url>https://github.com/mjanicek/rembulan/tree/master</url> | ||
</scm> | ||
|
||
<dependencies> | ||
|
||
<dependency> | ||
<groupId>no.ecc.rembulan</groupId> | ||
<artifactId>rembulan-runtime</artifactId> | ||
<version>${project.parent.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>no.ecc.rembulan</groupId> | ||
<artifactId>rembulan-compiler</artifactId> | ||
<version>${project.parent.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>no.ecc.rembulan</groupId> | ||
<artifactId>rembulan-stdlib</artifactId> | ||
<version>${project.parent.version}</version> | ||
</dependency> | ||
|
||
</dependencies> | ||
|
||
<build> | ||
<plugins> | ||
|
||
<!-- Don't deploy this module --> | ||
<plugin> | ||
<groupId>org.sonatype.plugins</groupId> | ||
<artifactId>nexus-staging-maven-plugin</artifactId> | ||
<configuration> | ||
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> | ||
</configuration> | ||
</plugin> | ||
|
||
</plugins> | ||
</build> | ||
|
||
</project> |
7 changes: 7 additions & 0 deletions
7
releases/no/ecc/rembulan/rembulan-examples/0.3.5/rembulan-examples-0.3.5.pom.asc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iHUEABYKAB0WIQQfgreule8qmCpLCc1gl9f/LDA4wgUCZNuIvAAKCRBgl9f/LDA4 | ||
wgAAAP9bisiLfY4DvfRuPbMs25o215YSO7DmW0M7iaADXvoMYAD/UXJP7K+MkEjC | ||
R9xS7oIc2QQwJ4rQGaDmDp9tuiGWfw4= | ||
=cSjN | ||
-----END PGP SIGNATURE----- |
14 changes: 0 additions & 14 deletions
14
releases/no/ecc/rembulan/rembulan-examples/maven-metadata-local.xml
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
releases/no/ecc/rembulan/rembulan-luajava-compat/0.3.5/_remote.repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. | ||
#Tue Aug 15 16:16:20 CEST 2023 | ||
rembulan-luajava-compat-0.3.5-javadoc.jar>= | ||
rembulan-luajava-compat-0.3.5-sources.jar>= | ||
rembulan-luajava-compat-0.3.5-javadoc.jar.asc>= | ||
rembulan-luajava-compat-0.3.5.jar>= | ||
rembulan-luajava-compat-0.3.5.pom>= | ||
rembulan-luajava-compat-0.3.5.jar.asc>= | ||
rembulan-luajava-compat-0.3.5.pom.asc>= | ||
rembulan-luajava-compat-0.3.5-sources.jar.asc>= |
Binary file added
BIN
+129 KB
...s/no/ecc/rembulan/rembulan-luajava-compat/0.3.5/rembulan-luajava-compat-0.3.5-javadoc.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
.../ecc/rembulan/rembulan-luajava-compat/0.3.5/rembulan-luajava-compat-0.3.5-javadoc.jar.asc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iHUEABYKAB0WIQQfgreule8qmCpLCc1gl9f/LDA4wgUCZNuItAAKCRBgl9f/LDA4 | ||
wuhoAQC3UQ7D7M7j1l4Aly1UgeEFudV7L/at/KMOFbStqU/lxAEA0YEjt2oxno5t | ||
4lO2u+69BQn2/mhvOt1gmkVSssThEw4= | ||
=hypT | ||
-----END PGP SIGNATURE----- |
Binary file added
BIN
+19.4 KB
...s/no/ecc/rembulan/rembulan-luajava-compat/0.3.5/rembulan-luajava-compat-0.3.5-sources.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
.../ecc/rembulan/rembulan-luajava-compat/0.3.5/rembulan-luajava-compat-0.3.5-sources.jar.asc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iHUEABYKAB0WIQQfgreule8qmCpLCc1gl9f/LDA4wgUCZNuItAAKCRBgl9f/LDA4 | ||
wjPYAP4wPLwNaumBj/YRNk+lxAttUcT31lz6NM8oVDTUMdwQIwD/Z2koDk0TS65P | ||
dmFc73rDh81LEv8r+OaW3JfG0KxryQw= | ||
=AUb3 | ||
-----END PGP SIGNATURE----- |
Binary file added
BIN
+40 KB
releases/no/ecc/rembulan/rembulan-luajava-compat/0.3.5/rembulan-luajava-compat-0.3.5.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
releases/no/ecc/rembulan/rembulan-luajava-compat/0.3.5/rembulan-luajava-compat-0.3.5.jar.asc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iHUEABYKAB0WIQQfgreule8qmCpLCc1gl9f/LDA4wgUCZNuItAAKCRBgl9f/LDA4 | ||
woZFAQDpeIU302C5+jg5N3sC8IeSPp0mStRnCjNYnlmrB+OOOgD/SkEWmc1telvZ | ||
NoonJ+8OE2ijmzPfTfMAFVIo4XyUPgA= | ||
=FEXa | ||
-----END PGP SIGNATURE----- |
58 changes: 58 additions & 0 deletions
58
releases/no/ecc/rembulan/rembulan-luajava-compat/0.3.5/rembulan-luajava-compat-0.3.5.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>no.ecc.rembulan</groupId> | ||
<artifactId>rembulan-parent</artifactId> | ||
<version>0.3.5</version> | ||
<relativePath>../rembulan-parent</relativePath> | ||
</parent> | ||
|
||
<artifactId>rembulan-luajava-compat</artifactId> | ||
<version>${project.parent.version}</version> | ||
<packaging>jar</packaging> | ||
|
||
<name>Rembulan LuaJava compatibility library</name> | ||
<description>Rembulan LuaJava compatibility library</description> | ||
<url>https://github.com/mjanicek/rembulan/</url> | ||
<inceptionYear>2016</inceptionYear> | ||
|
||
<licenses> | ||
<license> | ||
<name>The Apache License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<name>Miroslav Janíček</name> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/mjanicek/rembulan.git</connection> | ||
<url>https://github.com/mjanicek/rembulan/tree/master</url> | ||
</scm> | ||
|
||
<dependencies> | ||
|
||
<dependency> | ||
<groupId>no.ecc.rembulan</groupId> | ||
<artifactId>rembulan-runtime</artifactId> | ||
<version>${project.parent.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>no.ecc.rembulan</groupId> | ||
<artifactId>rembulan-stdlib</artifactId> | ||
<version>${project.parent.version}</version> | ||
</dependency> | ||
|
||
</dependencies> | ||
|
||
</project> |
Oops, something went wrong.