All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eolang.motives.metas.unknown-metas.md Maven / Gradle / Ivy

There is a newer version: 0.0.15
Show newest version
# Unknown Metas

The following metas are supported:

* `+package`
* `+alias`
* `+version`
* `+tests`
* `+rt`
* `+architect`
* `+home`
* `+unlint`
* `+probe`

Incorrect:

```eo
+foo
+bar

[] > foo
```

Correct:

```eo
+package com.test
+alias foo
+version 0.0.0
+architect [email protected]
+rt jvm
+home https://earth.com
+unlint unsorted-metas

[] > foo
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy