avsm changed the topic of #mirage to: mirage 2 released! party on!
mort___ has joined #mirage
mort___ has quit [Quit: Leaving.]
nullcat has quit [Ping timeout: 240 seconds]
nullcat has joined #mirage
brson has quit [Quit: leaving]
pierpa has quit [Ping timeout: 240 seconds]
trousers- has quit [Read error: Connection reset by peer]
trousers- has joined #mirage
andrew1 has joined #mirage
trousers- has quit [Ping timeout: 240 seconds]
tomboy64 has quit [Ping timeout: 264 seconds]
tomboy64 has joined #mirage
lars_kurth has joined #mirage
lars_kurth has quit [Remote host closed the connection]
andrew1 has quit [Ping timeout: 240 seconds]
tomboy65 has joined #mirage
tomboy64 has quit [Ping timeout: 245 seconds]
<tchell>
Is there code for parsing multipart mime in mirage?
<tchell>
eg the multipart/form-data encoding used by XMLHttpRequest?
<tchell>
I was using ocamlnet's Netmime_string, but then extricating that code from Unix is getting involved.
<Drup>
I remember seeing some code dealing with that in the inside of ocsigenserver, but that is probably also a bit annoying to extract.
pierpa has joined #mirage
<tchell>
I might be able to write a good-enough version in Pcre more easily than porting these others.
<Drup>
My policy is that nothing written in pcre is good in any meaning of the word ;)
<tchell>
I don't disagree!
tomboy64 has joined #mirage
tomboy65 has quit [Ping timeout: 264 seconds]
tomboy64 has quit [Ping timeout: 240 seconds]
tomboy64 has joined #mirage
tomboy65 has joined #mirage
tomboy64 has quit [Ping timeout: 240 seconds]
tomboy65 has quit [Read error: Connection reset by peer]
tomboy65 has joined #mirage
lobo has joined #mirage
tomboy65 has quit [Ping timeout: 256 seconds]
tomboy65 has joined #mirage
tomboy65 has quit [Ping timeout: 240 seconds]
tomboy65 has joined #mirage
seangrove has joined #mirage
tomboy65 has quit [Ping timeout: 264 seconds]
<seangrove>
Hey all, I assume this is an easy fix, but getting (Failure "No SSL or TLS support compiled into Conduit") when using cohttp - perhaps I installed something incorrectly?
tomboy65 has joined #mirage
<Drup>
can you detail your setup ?
<seangrove>
Drup: OSX, ocaml 4.02.3
<seangrove>
Sorry, not sure what I should share
<seangrove>
Just let me know what could be relevant
<smondet>
seangrove: you need to install ssl (= openSSL) or tls (= nsqb-tls)
<smondet>
both are optional dependencies of Conduit
<smondet>
(s/nsqb/nqsb/)
<smondet>
(I guess for mirage the one you want must be `opam install tls`)
<seangrove>
smondet: via opam, or just as a usual OS install?
<smondet>
`tls` is pure ocaml → opam
<seangrove>
Ok, `opam install ssl` triggered a bunch of recompilations, looks like that might be it
seangrove has quit [Remote host closed the connection]
brson has joined #mirage
seangrove has joined #mirage
<seangrove>
smondet: Sorry, flaky connection, just wanted to mention that `opam install ssl` worked perfectly - thanks again
<hannes>
seangrove: (being picky here: ssl is the OpenSSL wrapper... conduit also has tls support via nqsb.io tls by installing tls -- yep, we're bad at library names)