ZenCode compiler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

module.json 121B

12345678
  1. {
  2. "package": "org.openzen.zencode.codemodel",
  3. "host": "universal",
  4. "dependencies": [
  5. "collections",
  6. "shared"
  7. ]
  8. }