/oml-old

The implementation of the Ontology Modeling Language (OML)

Primary LanguageXtendApache License 2.0Apache-2.0

Ontology Modeling Language

Gitpod - Code Now Build Status Download

The implementation of the Ontology Modeling Language: abstract syntax, concrete syntax, API, and language server.

Clone

  git clone https://github.com/opencaesar/oml.git

Build

Dependencies: Gradle 4.9, Java 8

  cd oml
  cd io.opencaesar.oml.parent
  ./gradlew build

Release

Replace <version> by the version, e.g., 1.2

  cd oml
  git tag -a v<version> -m "v<version>"
  git push origin v<version>