e.praxiscore-api.6.0.0-beta2.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of praxiscore-api Show documentation
Show all versions of praxiscore-api Show documentation
Forest-of-actors runtime supporting real-time systems and real-time recoding - bringing aspects of Erlang, Smalltalk and Extempore to Java.
module org.praxislive.core {
exports org.praxislive.core;
exports org.praxislive.core.protocols;
exports org.praxislive.core.services;
exports org.praxislive.core.syntax;
exports org.praxislive.core.types;
uses org.praxislive.core.Lookup;
uses org.praxislive.core.Port.TypeProvider;
uses org.praxislive.core.Protocol.TypeProvider;
uses org.praxislive.core.Settings.Provider;
}