Skip to content

Commit

Permalink
rembulan 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
halset committed Aug 15, 2023
1 parent e0cc4b2 commit 72d8ac2
Show file tree
Hide file tree
Showing 81 changed files with 884 additions and 322 deletions.
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 not shown.
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 not shown.
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 not shown.
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-----
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>
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-----

This file was deleted.

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 not shown.
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 not shown.
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 not shown.
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-----
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>
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-----

This file was deleted.

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 not shown.
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 not shown.
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 not shown.
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-----
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>
Loading

0 comments on commit 72d8ac2

Please sign in to comment.