O Language/Getting Started/Project Files: Difference between revisions
From OnixOS
Created page with "= Project Files = O Language projects use a small number of file types: {| class="wikitable" ! Extension !! Use |- | <code>.ola</code> || Application source or an entry-point file. |- | <code>.olm</code> || Loadable O Language module. |- | <code>.olp</code> || Package metadata and dependency definitions. |- | <code>.ops</code> || Process configuration. |- | <code>.obc</code> || Compiled bytecode output. |} Web projects also use conventional directories such as <code>c..." |
m Protected "O Language/Getting Started/Project Files" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
(No difference)
| |
Latest revision as of 07:30, 25 August 2026
Project Files
O Language projects use a small number of file types:
| Extension | Use |
|---|---|
.ola |
Application source or an entry-point file. |
.olm |
Loadable O Language module. |
.olp |
Package metadata and dependency definitions. |
.ops |
Process configuration. |
.obc |
Compiled bytecode output. |
Web projects also use conventional directories such as controllers/, models/, connections/, config/, and lib/. See O Language Web Framework for their roles.
