<seangrove>
smondet: Awesome, I'll take a look at that. I push a preliminary version with some code from an example site to get some feedback on the approach for now, but I'll have to remove it before it gets merged
<seangrove>
dsheets: Sorry for the amateur hour - if you stick with it, I'm sure I'll catch up at some point ;)
boogie has quit [Remote host closed the connection]
mcclurmc has quit [Ping timeout: 246 seconds]
mcclurmc has joined #mirage
mcclurmc has quit [Ping timeout: 250 seconds]
tlockney is now known as tlockney_away
kdef has quit [Quit: Leaving]
rgrinberg has quit [Quit: WeeChat 1.1.1]
mcclurmc has joined #mirage
mcclurmc has quit [Ping timeout: 256 seconds]
mcclurmc has joined #mirage
mcclurmc has quit [Ping timeout: 264 seconds]
mcclurmc has joined #mirage
mcclurmc has quit [Ping timeout: 256 seconds]
MrScout has quit [Ping timeout: 265 seconds]
MrScout has joined #mirage
MrScout has quit [Read error: Connection reset by peer]
mcclurmc has joined #mirage
MrScout has joined #mirage
mcclurmc has quit [Ping timeout: 265 seconds]
mcclurmc has joined #mirage
mcclurmc has quit [Ping timeout: 264 seconds]
tlockney_away is now known as tlockney
mcclurmc has joined #mirage
mcclurmc has quit [Ping timeout: 252 seconds]
flasheater has quit [Ping timeout: 246 seconds]
bugabinga has joined #mirage
tlockney is now known as tlockney_away
andreas has joined #mirage
mcclurmc has joined #mirage
mcclurmc has quit [Ping timeout: 252 seconds]
yomimono has joined #mirage
AltGr has left #mirage [#mirage]
yomimono has quit [Ping timeout: 256 seconds]
djs551 has joined #mirage
mort___ has joined #mirage
mort___ has quit [Quit: Leaving.]
djs551 has quit [Quit: Leaving.]
mcclurmc has joined #mirage
mcclurmc has quit [Ping timeout: 256 seconds]
bugabinga has quit [Remote host closed the connection]
bugabinga has joined #mirage
mcclurmc has joined #mirage
mcclurmc has quit [Ping timeout: 240 seconds]
mcclurmc has joined #mirage
mcclurmc has quit [Ping timeout: 240 seconds]
mcclurmc has joined #mirage
mcclurmc has quit [Ping timeout: 245 seconds]
djs551 has joined #mirage
mort___ has joined #mirage
mcclurmc has joined #mirage
mcclurmc has quit [Ping timeout: 252 seconds]
mort___ has quit [Quit: Leaving.]
mcclurmc has joined #mirage
mcclurmc has quit [Ping timeout: 246 seconds]
djs551 has quit [Quit: Leaving.]
mcclurmc has joined #mirage
mcclurmc has quit [Ping timeout: 272 seconds]
<seangrove>
dsheets: Is it important to avoid a Str dependency, or a Batteries/etc. dependency?
<dsheets>
seangrove, str is in the stdlib but 1.) not re-entrant and 2.) contains C stuff. There is a str work-alike in ocaml-re called Re_str.
<dsheets>
avoiding Batteries/extlib/ocamlnet/core is more important
<dsheets>
but adopting more deps isn't the end of the world
<dsheets>
being more independent is nice, though
<seangrove>
Ok, just checking. Batteries has String.nsplit which makes this a one-line change. Str probably has something too, but hard to tell
<dsheets>
oh, also look at stringext
<seangrove>
No worries, happy to work with whatever constraints