[ nabia ]
[ aramo ]
[ 源代码: js-of-ocaml ]
软件包: js-of-ocaml (3.11.0-1build3)
js-of-ocaml 的相关链接
Trisquel 的资源:
下载源码包 js-of-ocaml:
- [js-of-ocaml_3.11.0-1build3.dsc]
- [js-of-ocaml_3.11.0.orig.tar.bz2]
- [js-of-ocaml_3.11.0-1build3.debian.tar.xz]
维护者:
Original Maintainers:
- Debian OCaml Maintainers (Mail Archive)
- Stéphane Glondu
外部的资源:
- 主页 [ocsigen.org]
相似软件包:
OCaml bytecode to JavaScript compiler (compiler)
Js_of_ocaml is a compiler of OCaml bytecode 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.
This package contains the compiler itself.
其他与 js-of-ocaml 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.35)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libjs-of-ocaml-dev
- OCaml bytecode to JavaScript compiler (development files)
-
- rec: ocaml-findlib
- management tool for OCaml libraries