ygrek has quit [Remote host closed the connection]
ygrek has joined #ocaml
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 252 seconds]
emp has quit [Ping timeout: 260 seconds]
emp has joined #ocaml
ygrek has quit [Remote host closed the connection]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 248 seconds]
pi3ce has quit [Read error: Connection reset by peer]
pi3ce_ has joined #ocaml
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 252 seconds]
Inline has quit [Ping timeout: 244 seconds]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 246 seconds]
Serpent7776 has joined #ocaml
rgrinberg has joined #ocaml
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 252 seconds]
chiselfuse has quit [Ping timeout: 264 seconds]
chiselfuse has joined #ocaml
Inline has joined #ocaml
dhil has joined #ocaml
leah2 has quit [Ping timeout: 252 seconds]
alfiee has joined #ocaml
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
alfiee has quit [Ping timeout: 244 seconds]
leah2 has joined #ocaml
Inline has quit [Ping timeout: 246 seconds]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 252 seconds]
Haudegen has joined #ocaml
myrkraverk has joined #ocaml
myrkraverk_ has quit [Ping timeout: 246 seconds]
bartholin has joined #ocaml
bartholin has quit [Client Quit]
myrkraverk_ has joined #ocaml
myrkraverk has quit [Ping timeout: 252 seconds]
<discocaml>
<hannes6838> Is it possible to programmatically detect whether we're on macOS in OCaml? There's a "Sys.win32" and "Sys.os_type" -- but both are only Windows vs the rest.
Inline has joined #ocaml
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 248 seconds]
mange has quit [Quit: Zzz...]
<discocaml>
<lecondorduplateau> I used uname C binding at time
<discocaml>
<holmdunc> Maybe the `OSTYPE` environment variable if you can assume being run in a shell
<discocaml>
<holmdunc> Actually, it isn't exported, so not available to a child process, oh well
troydm has joined #ocaml
troydm has quit [Client Quit]
<discocaml>
<darrenldl> i just call `uname` and parse the stdout (please don't judge)