From Fedora Project Wiki
(Moved to featureReadyForFesco, ticket #759)
(Moved to FeatureAcceptedF17 - feature was accepted at 2012-01-23 meeting.)
Line 104: Line 104:
* The maintainer of this package is Rudy Sicard [mailto:package.maintainer@opalang.org package DOT maintainer AT opalang DOT org].
* The maintainer of this package is Rudy Sicard [mailto:package.maintainer@opalang.org package DOT maintainer AT opalang DOT org].


[[Category:FeatureReadyForFesco]]
[[Category:FeatureAcceptedF17]]
<!-- When your feature page is completed and ready for review -->
<!-- When your feature page is completed and ready for review -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete-->
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete-->
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process -->
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process -->

Revision as of 16:33, 27 January 2012


Opa 0.9

Summary

Provides the Opa compiler, version 0.9.x (beta).

Owner

Current status

  • Targeted release: Fedora 17
  • Last updated: 2012-01-22
  • Percentage of completion: 90%

Detailed Description

Opa is a unified programming language designed to build rich Web applications in an agile and secure way. This package allows one to compile Opa programs into self-contained executable binaries. It is provided under the terms of the Affero-GPL licence v3.

Extended documentation on the language Opa is available on the project page, including a feature tour, a reference manual and the programming APIs.

Benefit to Fedora

This package makes the Opa platform easily available to Fedora users.

Scope

The package is almost ready for shipping. Our next steps can be listed as follows:

  • submit a first package candidate of Opa for testing and validation (bugzilla ticket filled)
  • find a Fedora sponsor
  • possibly fix packaging bugs
  • choose and submit a stable package for Fedora 17 among the versions 0.9.x of Opa.

How To Test

We carry extensive testing on the compiler every night and additional functional tests to prepare stable releases. Our testing platform is not available (yet) in opensource. Yet, building the library and compiling example programs from the documentation should provide a good testing coverage.


User Experience

The Opa compiler is available as a standard command-line tool. Emacs and vim mode are included in the package. We currently seek community support for our Eclipse plugin.

Users should appreciate the ability to create and run web applications in a few lines of code. See for instance our Hello world:

Server.start(Server.http, { page: function() { <h1> Hello </h1> }, title: "Hello" })

to be compiled with opa --parser js-like hello.opa, then run by ./hello.exe -p 8080.

Dependencies

This package does not depend on the completion of other packages (anymore).

Dependencies (as currently specified in the .spec file) are as follows:

  • source build

chrpath, glibc, gdbm, openssl, zlib, libjpeg-turbo, libpng, giflib ocaml, ocaml-camlp4, ocaml-findlib ocaml-ssl-devel ocaml-cryptokit-devel ocaml-ulex-devel, ocaml-zip-devel, ocaml-ocamlgraph-devel java-1.7.0-openjdk

  • compiler and runtime libraries:

glibc, gdbm, openssl, zlib, libjpeg-turbo, libpng, giflib ocaml, ocaml-camlp4, ocaml-ssl, ocaml-cryptokit, ocaml-ulex, ocaml-zip, ocaml-ocamlgraph

Contingency Plan

We are not aware of other features depending on Opa (yet!).

Documentation

See the project page for offline and online documentation.

The source code of the Opa platform (mostly in Ocaml) is available on github under license AGPLv3.

Release Notes

  • Fri Jan 13 2011 Rudy Sicard <package.maintainer@opalang.org>

- Initial Fedora package


Comments and Discussion