GitHub / isaacmaffeis / asmetal2java
Asmetal2java is a tool that automatically generates a Java file from an Abstract State Machine (ASM) specification written in Asmeta.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacmaffeis%2Fasmetal2java
PURL: pkg:github/isaacmaffeis/asmetal2java
Stars: 0
Forks: 0
Open issues: 2
License: None
Language: Java
Size: 2.15 MB
Dependencies parsed at:
43
Created at: 12 months ago
Updated at: 9 months ago
Pushed at: 9 months ago
Last synced at: about 2 months ago
- docker/build-push-action v6 composite
- docker/login-action v3 composite
- docker/setup-buildx-action v3 composite
- docker/setup-qemu-action v3 composite
.github/workflows/maven.yml
actions
- actions/checkout v4 composite
- actions/setup-java v4 composite
Dockerfile
docker
- openjdk 17-slim build
- asmeta:asmeta.emf 0.0.1-SNAPSHOT
- asmeta:asmeta.parser 0.0.1-SNAPSHOT
- asmeta:asmeta.simulator 0.0.1-SNAPSHOT
- com.flipkart.utils:javatuples 3.0
- com.formdev:flatlaf 3.4.1
- com.google.guava:guava 33.2.0-jre
- com.google.inject:guice 7.0.0
- commons-cli:commons-cli 1.8.0
- junit:junit 4.13.2
- log4j:log4j 1.2.17
- org.apache.commons:commons-collections4 4.4
- org.apache.commons:commons-lang3 3.14.0
- org.eclipse.emf:org.eclipse.emf.common 2.27.0
- org.eclipse.emf:org.eclipse.emf.ecore 2.29.0
- org.eclipse.emf:org.eclipse.emf.mwe.utils 1.12.0
- org.eclipse.jdt:org.eclipse.jdt.compiler.apt 1.4.300
- org.eclipse.jdt:org.eclipse.jdt.compiler.tool 1.3.200
- org.eclipse.xtext:org.eclipse.xtext 2.35.0
- org.eclipse.xtext:org.eclipse.xtext.xbase.lib 2.35.0
- org.osgi:org.osgi.annotation.bundle 2.0.0
- org.osgi:org.osgi.annotation.versioning 1.1.2
- org.osgi:org.osgi.service.component.annotations 1.5.0
- org.osgi:org.osgi.service.metatype.annotations 1.4.1
- org.eclipse.xtext:org.eclipse.xtext.junit4 2.10.0 test
- org.hamcrest:hamcrest-core 1.3 test
core/asmeta.emf/pom.xml
maven
- org.eclipse.emf:org.eclipse.emf.common 2.29.0
- org.eclipse.emf:org.eclipse.emf.ecore 2.35.0
- org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.36.0
- junit:junit 4.13.2 test
- asmeta:asmeta.emf 0.0.1-SNAPSHOT
- log4j:log4j 1.2.17
- org.eclipse.emf:org.eclipse.emf.common 2.29.0
- asmeta:asmeta.emf 0.0.1-SNAPSHOT
- asmeta:asmeta.parser 0.0.1-SNAPSHOT
core/pom.xml
maven