You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file is generated by dune, edit dune-project instead
2
+
opam-version: "2.0"
3
+
synopsis: "Compiler from OCaml bytecode to WebAssembly"
4
+
description:
5
+
"Wasm_of_ocaml is a compiler from OCaml bytecode to WebAssembly. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
6
+
maintainer: ["Ocsigen team <dev@ocsigen.org>"]
7
+
authors: ["Ocsigen team <dev@ocsigen.org>"]
8
+
license: [
9
+
"GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
0 commit comments