Commit d4453387 authored by Pascal Hartig's avatar Pascal Hartig

Set up js_of_ocaml for going live 🚀

parent d6503c93
<!doctype html>
<html lang="en">
<html lang="en" data-framework="js_of_ocaml">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
......@@ -10,5 +10,6 @@
<body>
<div id="todomvc"></div>
<script src="js/todomvc.js"></script>
<script src="node_modules/todomvc-common/base.js"></script>
</body>
</html>
......@@ -167,6 +167,9 @@
<li class="routing">
<a href="examples/scalajs-react/" data-source="https://github.com/japgolly/scalajs-react" data-content="Facebook's React on Scala.js.">Scala.js + React</a>
</li>
<li class="routing">
<a href="examples/js_of_ocaml/" data-source="http://ocsigen.org/js_of_ocaml/" data-content="Js_of_ocaml is a compiler of OCaml bytecode to Javascript.">js_of_ocaml</a>
</li>
</ul>
</div>
<div class="js-app-list" data-app-list="labs">
......
......@@ -1101,6 +1101,28 @@
"url": "examples/vanillajs"
}]
},
"js_of_ocaml": {
"name": "js_of_ocaml",
"description": "Js_of_ocaml is a compiler of OCaml bytecode to Javascript. It makes it possible to run Ocaml programs in a Web browser.",
"homepage": "ocsigen.org/js_of_ocaml/",
"examples": [{
"name": "Example",
"url": "examples/js_of_ocaml"
}],
"link_groups": [{
"heading": "Resources",
"links": [{
"name": "Manual",
"url": "https://ocsigen.org/js_of_ocaml/manual/"
}, {
"name": "GitHub",
"url": "https://github.com/ocsigen/js_of_ocaml"
}, {
"name": "StackOverflow",
"url": "https://stackoverflow.com/questions/tagged/js-of-ocaml"
}]
}]
},
"jquery": {
"name": "jQuery",
"description": "jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment