companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 4.14.0 released: https://ocaml.org/releases/4.14.0.html | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
xgqt has joined #ocaml
Soni has quit [Ping timeout: 244 seconds]
raskol has joined #ocaml
rgrinberg has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
raskol has quit [Ping timeout: 244 seconds]
Soni has joined #ocaml
bobo_ has joined #ocaml
spip has quit [Ping timeout: 256 seconds]
raskol has joined #ocaml
raskol has quit [Ping timeout: 240 seconds]
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Haudegen has joined #ocaml
hsw_ has quit [Quit: Leaving]
hsw has joined #ocaml
_whitelogger has joined #ocaml
caasih has joined #ocaml
megeve has joined #ocaml
landonf has joined #ocaml
zozozo has joined #ocaml
welterde has joined #ocaml
Corbin has quit [*.net *.split]
ks_ has quit [*.net *.split]
copy has quit [*.net *.split]
Leonidas has quit [*.net *.split]
ado has quit [*.net *.split]
Leonidas has joined #ocaml
copy has joined #ocaml
ado has joined #ocaml
x88x88x has joined #ocaml
ks_ has joined #ocaml
johnel has quit [*.net *.split]
nore has quit [*.net *.split]
h11 has quit [*.net *.split]
rwmjones has quit [*.net *.split]
cbarrett has quit [*.net *.split]
johnel has joined #ocaml
rwmjones has joined #ocaml
cbarrett has joined #ocaml
nore has joined #ocaml
Sankalp has quit [Ping timeout: 248 seconds]
Corbin has joined #ocaml
Sankalp has joined #ocaml
raskol has joined #ocaml
ralu17 has joined #ocaml
d_bot_ has joined #ocaml
h11 has joined #ocaml
greaser|q has joined #ocaml
Sankalp has quit [Ping timeout: 256 seconds]
gdd1 has joined #ocaml
mg_ has joined #ocaml
ebb_ has joined #ocaml
gdd has quit [Ping timeout: 272 seconds]
perrierjouet has quit [Ping timeout: 272 seconds]
mg- has quit [Ping timeout: 272 seconds]
habnabit_ has quit [Ping timeout: 272 seconds]
asm has quit [Ping timeout: 272 seconds]
d_bot has quit [Ping timeout: 272 seconds]
ebb has quit [Ping timeout: 272 seconds]
ralu1 has quit [Ping timeout: 272 seconds]
GreaseMonkey has quit [Ping timeout: 272 seconds]
ralu17 is now known as ralu1
ebb_ is now known as ebb
asm has joined #ocaml
habnabit_ has joined #ocaml
Sankalp has joined #ocaml
perrierjouet has joined #ocaml
azimut has quit [Ping timeout: 240 seconds]
mbuf has joined #ocaml
trev has joined #ocaml
raskol has quit [Ping timeout: 240 seconds]
kurfen has quit [Ping timeout: 255 seconds]
adanwan has quit [*.net *.split]
adanwan has joined #ocaml
fds has quit [Ping timeout: 248 seconds]
fds has joined #ocaml
waleee has quit [Ping timeout: 244 seconds]
adanwan has quit [Remote host closed the connection]
adanwan has joined #ocaml
kakadu has joined #ocaml
greenbagels has quit [Ping timeout: 240 seconds]
greenbagels has joined #ocaml
adanwan has quit [Quit: _]
adanwan has joined #ocaml
asm has quit [Changing host]
asm has joined #ocaml
omegatron has joined #ocaml
azimut has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
wingsorc has quit [Quit: Leaving]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
szkl has joined #ocaml
Haudegen has joined #ocaml
mro has joined #ocaml
mro has quit [Remote host closed the connection]
ado has quit [Quit: Connection closed for inactivity]
nd__ has joined #ocaml
mro has joined #ocaml
mro has quit [Remote host closed the connection]
<d_bot_> <Et7f3 (@me on reply)> OCaml can't be bumbed in homebrew because of this failure: https://github.com/Homebrew/homebrew-core/pull/103724
<d_bot_> <Et7f3 (@me on reply)> ```
<d_bot_> <Et7f3 (@me on reply)> ocamlc -config
<d_bot_> <Et7f3 (@me on reply)> version: 4.12.0
<d_bot_> <Et7f3 (@me on reply)> standard_library_default: /usr/local/lib/ocaml
<d_bot_> <Et7f3 (@me on reply)> standard_library: /usr/local/lib/ocaml```
<d_bot_> <Et7f3 (@me on reply)>
<d_bot_> <Et7f3 (@me on reply)> Zarith is present at `/usr/local/lib/ocaml/zarith/zarith.cma`
<d_bot_> <Et7f3 (@me on reply)> META file is also present: ```
<d_bot_> <Et7f3 (@me on reply)> % cat /usr/local/lib/ocaml/zarith/META
<d_bot_> <Et7f3 (@me on reply)> description = "Arbitrary precision integers"
<d_bot_> <Et7f3 (@me on reply)> requires = ""
<d_bot_> <Et7f3 (@me on reply)> version = "1.12"
<d_bot_> <Et7f3 (@me on reply)> archive(byte) = "zarith.cma"
<d_bot_> <Et7f3 (@me on reply)> archive(native) = "zarith.cmxa"
<d_bot_> <Et7f3 (@me on reply)>
<d_bot_> <Et7f3 (@me on reply)> package "top" (
<d_bot_> <Et7f3 (@me on reply)> version = "1.12"
<d_bot_> <Et7f3 (@me on reply)> description = "ZArith toplevel support"
<d_bot_> <Et7f3 (@me on reply)> requires = "zarith"
<d_bot_> <Et7f3 (@me on reply)> archive(byte) = "zarith_top.cma"
<d_bot_> <Et7f3 (@me on reply)> archive(native) = "zarith_top.cmxa"
<d_bot_> <Et7f3 (@me on reply)> plugin(byte) = "zarith_top.cma"
<d_bot_> <Et7f3 (@me on reply)> plugin(native) = "zarith_top.cmxs"
<d_bot_> <Et7f3 (@me on reply)> exists_if = "zarith_top.cma"
<d_bot_> <Et7f3 (@me on reply)> )```
<d_bot_> <Et7f3 (@me on reply)> Do you know which piece is missing for dune ?
<d_bot_> <Et7f3 (@me on reply)> oops sorry IRC 😓 I believed to be in #dune channel
mro has joined #ocaml
nd__ has quit [Ping timeout: 240 seconds]
mro has quit [Remote host closed the connection]
spip has joined #ocaml
bobo_ has quit [Ping timeout: 276 seconds]
mro has joined #ocaml
trev has quit [Remote host closed the connection]
mro has quit [Ping timeout: 256 seconds]
mro has joined #ocaml
nd__ has joined #ocaml
mrd has quit [Read error: Connection reset by peer]
mro has quit [Ping timeout: 264 seconds]
doesntgolf has joined #ocaml
doesntgolf has quit [Remote host closed the connection]
doesntgolf has joined #ocaml
doesntgolf has quit [Remote host closed the connection]
doesntgolf has joined #ocaml
doesntgolf has quit [Remote host closed the connection]
doesntgolf has joined #ocaml
doesntgolf has quit [Remote host closed the connection]
doesntgolf has joined #ocaml
doesntgolf has quit [Remote host closed the connection]
doesntgolf has joined #ocaml
waleee has joined #ocaml
mro has joined #ocaml
doesntgolf has quit [Remote host closed the connection]
doesntgolf has joined #ocaml
mro has quit [Ping timeout: 240 seconds]
doesntgolf has quit [Remote host closed the connection]
doesntgolf has joined #ocaml
doesntgolf has quit [Remote host closed the connection]
doesntgolf has joined #ocaml
doesntgolf has quit [Remote host closed the connection]
doesntgolf has joined #ocaml
doesntgolf has quit [Remote host closed the connection]
doesntgolf has joined #ocaml
Serpent7776 has joined #ocaml
doesntgolf has quit [Remote host closed the connection]
doesntgolf has joined #ocaml
doesntgolf has quit [Remote host closed the connection]
mro has joined #ocaml
Everything has joined #ocaml
azimut has quit [Ping timeout: 268 seconds]
gereedy has joined #ocaml
kurfen has joined #ocaml
mro has quit [Remote host closed the connection]
mbuf has quit [Quit: Leaving]
azimut has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
mro has joined #ocaml
rgrinberg has joined #ocaml
mro has quit [Ping timeout: 264 seconds]
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
waleee has quit [Ping timeout: 264 seconds]
rgrinberg has joined #ocaml
mro has joined #ocaml
mro has quit [Ping timeout: 246 seconds]
mro has joined #ocaml
Tuplanolla has joined #ocaml
mro has quit [Remote host closed the connection]
azimut has quit [Ping timeout: 268 seconds]
azimut has joined #ocaml
mro has joined #ocaml
Haudegen has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
waleee has joined #ocaml
mro has joined #ocaml
mro has quit [Remote host closed the connection]
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #ocaml
Serpent7776 has quit [Ping timeout: 240 seconds]
Tuplanolla has quit [Ping timeout: 268 seconds]
omegatron has quit [Ping timeout: 240 seconds]
greenbagels has quit [Ping timeout: 264 seconds]
Serpent7776 has joined #ocaml
omegatron has joined #ocaml
neitsch[m] has joined #ocaml
Tuplanolla has joined #ocaml
greenbagels has joined #ocaml
mro has joined #ocaml
Everything has quit [Remote host closed the connection]
mro has quit [Quit: Leaving...]
Guest4447 has joined #ocaml
adanwan has quit [Ping timeout: 268 seconds]
adanwan has joined #ocaml
bartholin has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nd__ has quit [Ping timeout: 256 seconds]
nd__ has joined #ocaml
bartholin has quit [Quit: Leaving]
nd__ has quit [Ping timeout: 246 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 246 seconds]
nd__ has joined #ocaml
greaser|q has quit [Changing host]
greaser|q has joined #ocaml
greaser|q is now known as GreaseMonkey
nd__ has quit [Ping timeout: 246 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 256 seconds]
nd__ has joined #ocaml
azimut has quit [Ping timeout: 268 seconds]
nd__ has quit [Ping timeout: 240 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 240 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 240 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 240 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 240 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 240 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 240 seconds]
nd__ has joined #ocaml
xgqt has quit [Ping timeout: 240 seconds]
wingsorc has joined #ocaml
xgqt has joined #ocaml
nd__ has quit [Ping timeout: 255 seconds]
Haudegen has quit [Ping timeout: 256 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 255 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 276 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 256 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 240 seconds]
nd__ has joined #ocaml
rgrinberg has joined #ocaml
nd__ has quit [Ping timeout: 248 seconds]
nd__ has joined #ocaml
bobo_ has joined #ocaml
spip has quit [Ping timeout: 256 seconds]
nd__ has quit [Ping timeout: 246 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 256 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 240 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 246 seconds]
nd__ has joined #ocaml
spip has joined #ocaml
bobo_ has quit [Read error: Connection reset by peer]
nd__ has quit [Ping timeout: 240 seconds]
nd__ has joined #ocaml
Tuplanolla has quit [Quit: Leaving.]
nd__ has quit [Ping timeout: 248 seconds]
nd__ has joined #ocaml