adrien changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.07.0 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.07/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml | Due to ongoing spam, you must register your nickname to talk on the channel
smaster has quit [Ping timeout: 244 seconds]
carlosdagos has joined #ocaml
JimmyRcom has quit [Ping timeout: 268 seconds]
jon1012Qg has joined #ocaml
JimmyRcom has joined #ocaml
mfp has quit [Ping timeout: 252 seconds]
jon1012Qg has quit [Ping timeout: 252 seconds]
JimmyRcom has quit [Ping timeout: 246 seconds]
neatonk has quit [Ping timeout: 252 seconds]
pyx has joined #ocaml
pyx has quit [Client Quit]
mfp has joined #ocaml
al-damiri has quit [Quit: Connection closed for inactivity]
JimmyRcom has joined #ocaml
jbrown has quit [Ping timeout: 252 seconds]
smaster has joined #ocaml
miss_jwo has joined #ocaml
jbrown has joined #ocaml
zv has quit [Ping timeout: 252 seconds]
miss_jwo has quit [Ping timeout: 244 seconds]
smaster has quit [Ping timeout: 252 seconds]
smaster has joined #ocaml
coventry has quit [Ping timeout: 272 seconds]
tormen has joined #ocaml
pierpal has joined #ocaml
neatonk has joined #ocaml
tormen_ has quit [Ping timeout: 252 seconds]
mfp has quit [Ping timeout: 245 seconds]
neatonk has quit [Ping timeout: 272 seconds]
jao has quit [Ping timeout: 245 seconds]
neatonk has joined #ocaml
<smaster> what's the best way to get a web page?
<on_ion> wget or curl
<smaster> so like call wget from inside ocaml?
<smaster> Using like Bos.OS.Cmd?
<on_ion> ohh
<on_ion> see "Client tutorial" down there, its a line or two. my gut feeling says this would be a good way to go about it
<smaster> okay cool
<smaster> I see you have to open Cohttp_lwt_unix too
<smaster> does it work on windows too?
<steenuil> smaster: I think you're just better off calling curl
<steenuil> I don't know if the ssl package supports windows
<on_ion> not sure about Lwt on windows
<steenuil> the readme says it works on windows
<smaster> I'm getting an uncaught exception "(Failure "No SSL or TLS support compiled into Conduit")"
<steenuil> yeah, you need to install ocaml-ssl
<steenuil> IIRC
neatonk has quit [Ping timeout: 252 seconds]
neatonk has joined #ocaml
neatonk has quit [Ping timeout: 240 seconds]
cmm11Rn has joined #ocaml
cmm11Rn has quit [K-Lined]
<smaster> I installed ssl 'opam install ssl'
<smaster> do I need to recompile conduit with ssl somehow?
<smaster> oh yeah, same error
steenuil has quit [Remote host closed the connection]
<smaster> install lwt_ssl instead
xek7or has joined #ocaml
rks`_ has joined #ocaml
ihavelotsoffries has joined #ocaml
<ihavelotsoffries> Hello
<ihavelotsoffries> is it possible to auto install packages when switching with opam?
krkini has joined #ocaml
rks` has quit [*.net *.split]
troydm has quit [*.net *.split]
kini has quit [*.net *.split]
katyusha has quit [*.net *.split]
wagle has quit [*.net *.split]
catern has quit [Ping timeout: 252 seconds]
troydm has joined #ocaml
wagle has joined #ocaml
katyusha has joined #ocaml
catern has joined #ocaml
ihavelotsoffries has quit [Remote host closed the connection]
JimmyRcom has quit [Ping timeout: 268 seconds]
xek7or has quit [Quit: Leaving]
JimmyRcom has joined #ocaml
noitakomentaja has joined #ocaml
JimmyRcom has quit [Ping timeout: 268 seconds]
noitakomentaja has quit [Ping timeout: 252 seconds]
bartholin has joined #ocaml
ggole has joined #ocaml
orbifx1 has joined #ocaml
webshinra has joined #ocaml
ggole has quit [Ping timeout: 260 seconds]
ggole has joined #ocaml
lord_helmetdZ has joined #ocaml
lord_helmetdZ has quit [K-Lined]
orbifx1 has quit [Ping timeout: 246 seconds]
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #ocaml
Haudegen has joined #ocaml
<Leonidas> yes, opam2 automatically attempts to install packages in the opamfile when creating a local switch
sagotch has joined #ocaml
jack5638 has quit [Ping timeout: 260 seconds]
jack5638 has joined #ocaml
freyr69 has joined #ocaml
Able_Archer has joined #ocaml
Able_Archer has quit [Remote host closed the connection]
jaar_ has joined #ocaml
themsay has quit [Ping timeout: 246 seconds]
quipa has joined #ocaml
quipa_ has joined #ocaml
quipa has quit [Ping timeout: 268 seconds]
mfp has joined #ocaml
pierpal has quit [Ping timeout: 252 seconds]
jao has joined #ocaml
carlosdagos has quit [Quit: Connection closed for inactivity]
sagotch has quit [Quit: Leaving.]
Haudegen has quit [Remote host closed the connection]
silver has joined #ocaml
pierpal has joined #ocaml
muelleme has joined #ocaml
muelleme has quit [Ping timeout: 246 seconds]
sagotch has joined #ocaml
JimmyRcom has joined #ocaml
sagotch has quit [Quit: Leaving.]
sagotch has joined #ocaml
noonehere4uLQ has joined #ocaml
Haudegen has joined #ocaml
noonehere4uLQ has quit [K-Lined]
<Leonidas> hmm, there is something odd with dune-release. When I run dune-release distrib it builds things fine, but when I dune-release publish it tries to build @doc and says it can't find my .proto files.
smaster has quit [Ping timeout: 245 seconds]
Kitsunegari has joined #ocaml
muelleme has joined #ocaml
Kitsunegari has quit [Remote host closed the connection]
muelleme has quit [Ping timeout: 272 seconds]
spew has joined #ocaml
<flux[m]> I suppose there's no OCaml library for running javascript code?
jao has quit [Ping timeout: 272 seconds]
TheLemonMan has joined #ocaml
neatonk has joined #ocaml
<Drup> flux[m]: you mean, like calling node.js or a js interpreter written in ocaml ?
<Leonidas> flux[m]: You clearly need ocaml_of_js and then just run that :p
<flux[m]> actually that's really my option
<flux[m]> that I'm consdering
<Leonidas> or scriptbuckle, of you want the ocaml code to be readable
<flux[m]> I was hoping of a library that binds to some existing javascript interpreter
<flux[m]> but an interrepret written in OCaml would be fine as well :)
<Leonidas> I think it should be doable, though most "common" JS compilers seem to be written in C++ so not much fun to bind to
<flux[m]> I'm just hoping to run proxy autoconfig scripts. Not very diffcult, but some complexity as well because the scripts usually use some parts of the lbirary.
<Leonidas> Binding to GNU Guile to run ECMAScript. It would also make rms happy
<Leonidas> It is a close tie for whatever happens first: GNU/Linux on the Desktop or GNU/Guile on the Emacs.
<Drup> flux[m]: pretty sure I've seen code to communicate with js code run under node
<Drup> It might have been through sockets, or something like that, though.
<flux[m]> sounds maybe more trouble than it's worth :)
InfininightNh has joined #ocaml
InfininightNh has quit [Remote host closed the connection]
al-damiri has joined #ocaml
cbreakzA has joined #ocaml
cbreakzA has quit [K-Lined]
jao has joined #ocaml
Denommus has joined #ocaml
Lavos has joined #ocaml
<freyr69> Why does Gc collect my value?
<freyr69> I have something like this:
<freyr69> let status = React.E.map (...) @@ E.select [value;...]
<freyr69> And this value is collected
<freyr69> being*
<freyr69> I thought status should refer to it, no?
sagotch has quit [Quit: Leaving.]
rambocoder has joined #ocaml
<freyr69> Wow, even Lwt_react.E.keep does not help, is it a bug?
Haudegen has quit [Remote host closed the connection]
rks`_ has left #ocaml [#ocaml]
Denommus has quit [Remote host closed the connection]
rdivyanshu has joined #ocaml
rks` has joined #ocaml
<Leonidas> To answer my previous question: I added my .proto file to (deps …) and that seemed to do the trick. Its possible the build only worked accidentally, because dune reused the same directory that contained my .proto files already.
freyr69 has quit [Remote host closed the connection]
Lavos has quit [Quit: Leaving]
<Leonidas> is there a way to override the location of `~/.opam`? Maybe `--root` but reading the documentation I don't really understand what it is for
quipa_ is now known as quipa
jnavila has joined #ocaml
jnavila has quit [Ping timeout: 252 seconds]
erwanou has joined #ocaml
zv has joined #ocaml
JimmyRcom has quit [Ping timeout: 252 seconds]
erkin has joined #ocaml
Haudegen has joined #ocaml
roygbiv has joined #ocaml
roygbiv has quit [Client Quit]
jaar_ has quit [Quit: Leaving]
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
jnavila has joined #ocaml
muelleme has joined #ocaml
rdivyanshu has quit [Remote host closed the connection]
orbifx1 has joined #ocaml
muelleme has quit [Ping timeout: 245 seconds]
rdivyanshu has joined #ocaml
steenuil has joined #ocaml
rdivyanshu has quit [Ping timeout: 244 seconds]
muelleme has joined #ocaml
memeka has joined #ocaml
memeka has quit [Killed (Sigyn (Spam is off topic on freenode.))]
orbifx1 has quit [Read error: Connection reset by peer]
orbifx2 has joined #ocaml
muelleme has quit [Ping timeout: 272 seconds]
emacsoma` has joined #ocaml
pierpal has quit [Quit: Poof]
pierpal has joined #ocaml
emacsoma` has quit [Remote host closed the connection]
Jesin has quit [Ping timeout: 264 seconds]
jnavila has quit [Ping timeout: 246 seconds]
ggole has quit [Quit: ggole]
muelleme has joined #ocaml
<copy`> Or $OPAMROOT
rambocoder has quit [Quit: Connection closed for inactivity]
muelleme has quit [Ping timeout: 246 seconds]
tg has quit [Excess Flood]
tg has joined #ocaml
orbifx2 has quit [Ping timeout: 252 seconds]
orbifx2 has joined #ocaml
smaster has joined #ocaml
pierpal has quit [Quit: Poof]
pierpal has joined #ocaml
Denommus has joined #ocaml
muelleme has joined #ocaml
smaster has quit [Ping timeout: 260 seconds]
JimmyRcom has joined #ocaml
Jesin has joined #ocaml
rdivyanshu has joined #ocaml
smaster has joined #ocaml
rdivyanshu has quit [Ping timeout: 268 seconds]
muelleme has quit [Ping timeout: 240 seconds]
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #ocaml
orbifx2 has quit [Read error: Connection reset by peer]
orbifx2 has joined #ocaml
kakadu_ has joined #ocaml
jnavila has joined #ocaml
quipa has quit [Ping timeout: 245 seconds]
gareppa has joined #ocaml
smaster has quit [Ping timeout: 268 seconds]
orbifx2 has quit [Ping timeout: 252 seconds]
gareppa has quit [Quit: Leaving]
zv has quit [Ping timeout: 264 seconds]
smaster has joined #ocaml
quipa has joined #ocaml
iczerovz has joined #ocaml
iczerovz has quit [K-Lined]
bartholin has quit [Remote host closed the connection]
jnavila has quit [Ping timeout: 252 seconds]
Misha_B has joined #ocaml
JimmyRcom has quit [Ping timeout: 252 seconds]
zv has joined #ocaml
rdivyanshu has joined #ocaml
JimmyRcom has joined #ocaml
rdivyanshu has quit [Ping timeout: 272 seconds]
JimmyRcom has quit [Ping timeout: 246 seconds]
rdivyanshu has joined #ocaml
Guest87289 has joined #ocaml
erkin has quit [Remote host closed the connection]
Guest87289 has quit [Remote host closed the connection]
rdivyanshu has quit [Ping timeout: 252 seconds]
_andre has quit [Quit: leaving]
rdivyanshu has joined #ocaml
orbifx2 has joined #ocaml
rdivyanshu has quit [Ping timeout: 268 seconds]
smaster has quit [Ping timeout: 244 seconds]
quipa_ has joined #ocaml
quipa_ has quit [Read error: Connection reset by peer]
quipa has quit [Ping timeout: 244 seconds]
orbifx2 has quit [Ping timeout: 252 seconds]
spew has quit [Quit: Connection closed for inactivity]
zv has quit [Ping timeout: 252 seconds]
kakadu_ has quit [Remote host closed the connection]
Denommus has quit [Read error: Connection reset by peer]
JimmyRcom has joined #ocaml
jbrown has quit [Ping timeout: 252 seconds]
JimmyRcom has quit [Ping timeout: 244 seconds]
Haudegen has quit [Read error: Connection reset by peer]
jbrown has joined #ocaml
Misha_B has quit [Remote host closed the connection]