From Fedora Project Wiki
(Moved to FeatureAcceptedF17 - feature was accepted at 2012-01-23 meeting.)
(Updated feature status)
Line 16: Line 16:
== Current status ==
== Current status ==
* Targeted release: [[Releases/17 | Fedora 17 ]]  
* Targeted release: [[Releases/17 | Fedora 17 ]]  
* Last updated: 2012-01-22
* Last updated: 2012-03-06
* Percentage of completion: 90%
* Percentage of completion: 90%
** The software is ready, the Opa package only needs to be officially reviewed and approved.
** The current .rpm file is available at http://download.opalang.org/fedora-package-candidate/opa-0.9.0-1.fc17.x86_64.rpm (see also the bugzilla ticket:  https://bugzilla.redhat.com/show_bug.cgi?id=786860)
* Package maintainer [[User:rudys| Rudy Sicard]] has found a sponsor ([[User:sdake| Steven Dake]]). As part of the process to join the packager group, Rudy is now asked to review some other packages.


== Detailed Description ==
== Detailed Description ==
Line 34: Line 39:


The package is almost ready for shipping. Our next steps can be listed as follows:
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)
* have the .rpm file officially reviewed and approved
* find a Fedora sponsor
* possibly fix packaging bugs
* possibly fix packaging bugs
* choose and submit a stable package for Fedora 17 among the versions 0.9.x of Opa.
* choose and submit a stable package for Fedora 17 among the versions 0.9.x of Opa.
Line 100: Line 104:
* See [[Talk:Features/Opa09]]  <!-- This adds a link to the "discussion" tab associated with your page.  This provides the ability to have ongoing comments or conversation without bogging down the main feature page -->
* See [[Talk:Features/Opa09]]  <!-- This adds a link to the "discussion" tab associated with your page.  This provides the ability to have ongoing comments or conversation without bogging down the main feature page -->


* As deadline for "feature submission" is very near, do not hesitate to send me a direct email if this page needs more work [mailto:mathieu.baudet@mlstate.com mathieu DOT baudet AT mlstate DOT com]
* Do not hesitate to send me a direct email if you have questions [mailto:mathieu.baudet@mlstate.com mathieu DOT baudet AT mlstate DOT com]


* The maintainer of this package is Rudy Sicard [mailto:package.maintainer@opalang.org package DOT maintainer AT opalang DOT org].
* The (candidate) maintainer of this package is [[User:rudys| Rudy Sicard]].


[[Category:FeatureAcceptedF17]]
[[Category:FeatureAcceptedF17]]

Revision as of 16:08, 6 February 2012


Opa 0.9

Summary

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

Owner

Current status

  • Package maintainer Rudy Sicard has found a sponsor ( Steven Dake). As part of the process to join the packager group, Rudy is now asked to review some other packages.


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:

  • have the .rpm file officially reviewed and approved
  • 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