Skip to content

chamerling/opalang

 
 

Repository files navigation

Opa

Opa is an advanced framework for JavaScript. There are real applications fully developed with Opa such as the PEPS Communication Platform, RiskyBird and many others.

Opa is made of two parts:

  • A compiler from the Opa language, which features JavaScript-like syntax but introduces many enhancements;
  • A JavaScript library, which is used at runtime.

This repository contains all the sources of both the Opa compiler and the Opa library.

License

Opa is open source. The compiler is released under the AGPL license, the library under the MIT license.

Applications written with Opa only include the library part, so you are free to release applications written with Opa under any proprietary or open source license.

If you want to create an online "cloud" application platform that includes the Opa compiler, you need to release the sources under the AGPL license as per the AGPL license terms.

Read both licenses.

Overview

To learn more about Opa, please visit opalang.org and the take the tour.

Getting Started

Check out the dedicated guide to install Opa and start to code.

Quick build instructions

$ ./configure
$ make
$ sudo make install

Read more about building Opa or the directory layout.

Contact

All bug reports, feedback, comments, contributions or remarks are welcome.

In particular, users are welcome to subscribe on the mailing list at OWASP.

For more information, please consult the opalang portal.

About

The Opa Language for Web Application Development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 55.2%
  • Opa 38.1%
  • JavaScript 5.8%
  • Shell 0.6%
  • C 0.2%
  • Makefile 0.1%