spew has quit [Quit: Connection closed for inactivity]
amiloradovsky has quit [Remote host closed the connection]
amiloradovsky has joined #ocaml
kanishka has joined #ocaml
kanishka has quit [Client Quit]
vicfred has quit [Quit: Leaving]
_whitelogger has joined #ocaml
sm2n has quit [Remote host closed the connection]
vicfred has joined #ocaml
wildsebastian has quit [Ping timeout: 244 seconds]
bitonic has quit [Read error: Connection reset by peer]
bytesighs has quit [Ping timeout: 246 seconds]
metadave has quit [Ping timeout: 260 seconds]
angerman has quit [Ping timeout: 260 seconds]
wildsebastian has joined #ocaml
metadave has joined #ocaml
higherorder has quit [Ping timeout: 244 seconds]
bitonic has joined #ocaml
mfp has quit [Ping timeout: 244 seconds]
rgrinberg has quit [Ping timeout: 260 seconds]
bytesighs has joined #ocaml
rgrinberg has joined #ocaml
average has joined #ocaml
average has quit [Quit: leaving]
angerman has joined #ocaml
higherorder has joined #ocaml
caasih has quit [Ping timeout: 244 seconds]
rgrinberg has quit [Ping timeout: 260 seconds]
caasih has joined #ocaml
mbuf has joined #ocaml
rgrinberg has joined #ocaml
_whitelogger has joined #ocaml
malc_ has joined #ocaml
amiloradovsky has quit [Ping timeout: 260 seconds]
mbuf has quit [Ping timeout: 246 seconds]
_whitelogger has joined #ocaml
malc_ has quit [Remote host closed the connection]
narimiran has joined #ocaml
rpcope has quit [Ping timeout: 256 seconds]
mbuf has joined #ocaml
osa1 has joined #ocaml
narimiran has quit [Ping timeout: 265 seconds]
dhil has quit [Ping timeout: 265 seconds]
_whitelogger has joined #ocaml
decentpenguin has quit [Quit: ZNC crashed or something]
decentpenguin has joined #ocaml
rpcope has joined #ocaml
dckc has quit [Ping timeout: 264 seconds]
dckc has joined #ocaml
mbuf has quit [Ping timeout: 256 seconds]
malc_ has joined #ocaml
narimiran has joined #ocaml
narimiran has quit [Client Quit]
Guest86335 has quit [Ping timeout: 256 seconds]
webshinra has quit [Ping timeout: 272 seconds]
stan[m] has left #ocaml ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
mbuf has joined #ocaml
Haudegen has joined #ocaml
mfp has joined #ocaml
eureton has joined #ocaml
eureton has quit [Ping timeout: 260 seconds]
eureton has joined #ocaml
malc_ has quit [Remote host closed the connection]
eureton has quit [Ping timeout: 260 seconds]
eureton has joined #ocaml
osa1 has quit [Remote host closed the connection]
mbuf has quit [Quit: Leaving]
eureton has quit [Ping timeout: 260 seconds]
eureton has joined #ocaml
ggole has joined #ocaml
malc_ has joined #ocaml
<Serpent7776>
How do I compile ocaml for js_of_ocaml? I tried `ocamlfind ocamlc -package js_of_ocaml -linkpkg lib/test.ml`, but got "Error: Unbound module Js"
dhil has joined #ocaml
<d_bot>
<pigeonv> did you open Js_of_ocaml?
<Serpent7776>
No, works with that, thanks. So Js is submodule of Js_of_ocaml.