Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: js-of-ocaml - OCaml to Javascript compiler

https://bugzilla.redhat.com/show_bug.cgi?id=767042

           Summary: Review Request: js-of-ocaml - OCaml to Javascript
                    compiler
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected],
                    [email protected]
    Classification: Fedora
      Story Points: ---
              Type: ---
        Regression: ---
        Mount Type: ---
     Documentation: ---


Spec URL: http://scottt.tw/fedora/js-of-ocaml.spec
SRPM URL: http://scottt.tw/fedora/js-of-ocaml-1.0.9-1.fc16.src.rpm
Description:
js_of_ocaml is a compiler of OCaml byte-code to JavaScript.
It makes it possible to run OCaml programs in a web browser.
Its key features are the following:
 * the whole language, and most of the standard library are
   supported;
 * the generated code can be used with any web server and browser;
 * you can use a standard installation of OCaml to compile your
   programs. In particular, you do not have to recompile a library to
   use it with Js_of_ocaml. You just have to link your program with a
   specific library to interface with the browser APIs.

From: http://ocsigen.org/js_of_ocaml/manual/overview

"Usage:
Your program must first be compiled using the OCaml bytecode compiler ocamlc.
Javascript bindings, as well as a corresponding syntax extension, are provided
by the js_of_ocaml package.

      ocamlfind ocamlc -package js_of_ocaml -syntax camlp4o -linkpkg \
          -o cubes.byte cubes.ml
Then, run the js_of_ocaml compiler to produce Javascript code:

      js_of_ocaml cubes.byte"
This is way I didn't split produce a separate -debug package.

While using rpmlint, note that:
If /usr/bin/js_of_ocaml is stripped, it generates a
Fatal error: exception Sys_error("Illegal seek")

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to