companion_cube changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.11 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.11/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
metreo has quit [Quit: metreo]
Haudegen has quit [Ping timeout: 264 seconds]
zolk3ri has joined #ocaml
mxns has quit [Ping timeout: 260 seconds]
sleepydog has joined #ocaml
sagax has quit [Ping timeout: 256 seconds]
metreo has joined #ocaml
BitPuffin has joined #ocaml
peddie has joined #ocaml
dash has joined #ocaml
aspiwack[m] has joined #ocaml
jimt[m] has joined #ocaml
smondet[m] has joined #ocaml
aecepoglu[m] has joined #ocaml
flux has joined #ocaml
avsm[m] has joined #ocaml
lnxw37d4 has joined #ocaml
chimay[m] has joined #ocaml
labor[m] has joined #ocaml
pqwy[m] has joined #ocaml
samoht[m] has joined #ocaml
sm2n has quit [Read error: Connection reset by peer]
sm2n has joined #ocaml
<d_bot> <mnxn> oriba: virtual packages are also used for depext
<d_bot> <mnxn> the conf- packages typically list the native package names for many different platforms so doing `opam depext` on that package or its dependents will install the correct native dependency automatically
<d_bot> <mnxn> I know the opam-repository uses depext to install platform dependencies when testing packages in CI
mxns has joined #ocaml
mxns has quit [Ping timeout: 240 seconds]
amiloradovsky has quit [Remote host closed the connection]
mphi has joined #ocaml
Tuplanolla has quit [Quit: Leaving.]
metro has joined #ocaml
clockish_ has joined #ocaml
Geekingfrog_ has joined #ocaml
azot has quit [Remote host closed the connection]
clockish has quit [Quit: bye]
Geekingfrog has quit [Quit: ZNC 1.8.2 - https://znc.in]
clockish_ is now known as clockish
metreo has quit [Remote host closed the connection]
metro is now known as metreo
mxns has joined #ocaml
mxns has quit [Ping timeout: 264 seconds]
metreo has quit [Quit: metreo]
smazga has quit [Ping timeout: 256 seconds]
smazga has joined #ocaml
smazga has quit [Ping timeout: 246 seconds]
<cemerick> anyone know of a set implementation that maintains addition order, and offers inexpensive access to first/last elements, etc?
mxns has joined #ocaml
smazga has joined #ocaml
rock64 has quit [Ping timeout: 264 seconds]
rock64 has joined #ocaml
mxns has quit [Ping timeout: 240 seconds]
smazga has quit [Ping timeout: 240 seconds]
cqc_ has joined #ocaml
jmct_ has joined #ocaml
chewbranca_ has joined #ocaml
chewbranca has quit [Ping timeout: 256 seconds]
cqc has quit [Ping timeout: 256 seconds]
jmct has quit [Ping timeout: 256 seconds]
cbarrett has quit [Ping timeout: 256 seconds]
adi__________ has quit [Ping timeout: 256 seconds]
nullcone has quit [Ping timeout: 256 seconds]
mrallen1 has quit [Ping timeout: 256 seconds]
cqc_ is now known as cqc
chewbranca_ is now known as chewbranca
jmct_ is now known as jmct
adi__________ has joined #ocaml
mrallen1 has joined #ocaml
cbarrett has joined #ocaml
nullcone has joined #ocaml
smazga has joined #ocaml
adi__________ has quit [Ping timeout: 246 seconds]
adi__________ has joined #ocaml
smazga has quit [Ping timeout: 264 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 260 seconds]
smazga has joined #ocaml
borne has quit [Ping timeout: 260 seconds]
smazga has quit [Ping timeout: 260 seconds]
mfp has quit [Ping timeout: 260 seconds]
smazga has joined #ocaml
zolk3ri has quit [Quit: leaving]
smazga has quit [Ping timeout: 264 seconds]
smazga has joined #ocaml
smazga has quit [Ping timeout: 264 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 264 seconds]
mphi has quit [Remote host closed the connection]
<d_bot> <Bluddy> I don't know of anything like that offhand, but you could create something like it by taking two Maps, one mapping `t -> int`, and another mapping from `int -> t`. Increment integers as the index.
smazga has joined #ocaml
mxns has joined #ocaml
mxns has quit [Ping timeout: 264 seconds]
<cemerick> Bluddy: for sure, though that's a little gross; I was hoping for something akin to Java's LinkedHashSet
smazga has quit [Ping timeout: 240 seconds]
<companion_cube> Typically it's done by having the HashMap buckets' also form a doubly linked list
<companion_cube> A deque, really
ansiwen has quit [Quit: ZNC 1.7.1 - https://znc.in]
smazga has joined #ocaml
ansiwen has joined #ocaml
inkbottle has quit [Quit: Konversation terminated!]
smazga has quit [Ping timeout: 272 seconds]
smazga has joined #ocaml
smazga has quit [Ping timeout: 256 seconds]
azot has joined #ocaml
mbuf has joined #ocaml
waleee-cl has quit [Quit: Connection closed for inactivity]
Geekingfrog_ is now known as Geekingfrog
amiloradovsky has joined #ocaml
smazga has joined #ocaml
ansiwen has quit [Ping timeout: 256 seconds]
ansiwen has joined #ocaml
smazga has quit [Ping timeout: 264 seconds]
decentpenguin has joined #ocaml
smazga has joined #ocaml
smazga has quit [Ping timeout: 260 seconds]
narimiran has joined #ocaml
smazga has joined #ocaml
smazga has quit [Ping timeout: 256 seconds]
amiloradovsky has quit [Remote host closed the connection]
amiloradovsky has joined #ocaml
<mbuf> Is there a dune command to install the dependencies mentioned in (libraries ...) before building executables?
Haudegen has joined #ocaml
smazga has joined #ocaml
amiloradovsky has quit [Remote host closed the connection]
steenuil has joined #ocaml
smazga has quit [Ping timeout: 260 seconds]
mbuf has quit [Ping timeout: 264 seconds]
<d_bot> <SwissAndOr> I don't think so, but I suppose you could do something like `opam install $(dune external-lib-deps . | sed '1d;s/^- //')`
mxns has joined #ocaml
mxns has quit [Ping timeout: 272 seconds]
vicfred_ has joined #ocaml
vicfred has quit [Ping timeout: 244 seconds]
smazga has joined #ocaml
borne has joined #ocaml
smazga has quit [Ping timeout: 240 seconds]
benc has joined #ocaml
smazga has joined #ocaml
worc3131 has quit [Ping timeout: 268 seconds]
smazga has quit [Ping timeout: 256 seconds]
olle has joined #ocaml
Tuplanolla has joined #ocaml
mbuf has joined #ocaml
neiluj has joined #ocaml
neiluj has joined #ocaml
neiluj has quit [Changing host]
bartholin has joined #ocaml
mfp has joined #ocaml
gareppa has joined #ocaml
mxns has joined #ocaml
mxns has quit [Ping timeout: 256 seconds]
richbridger has joined #ocaml
gareppa has quit [Quit: Leaving]
smazga has joined #ocaml
smazga has quit [Ping timeout: 264 seconds]
kini has quit [Ping timeout: 264 seconds]
kini has joined #ocaml
decentpenguin has quit [Ping timeout: 256 seconds]
sagax has joined #ocaml
smazga has joined #ocaml
borne has quit [Quit: WeeChat 3.0]
smazga has quit [Ping timeout: 240 seconds]
borne has joined #ocaml
mbuf has quit [Ping timeout: 256 seconds]
waleee-cl has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
metreo has joined #ocaml
zolk3ri has joined #ocaml
vicfred__ has joined #ocaml
vicfred_ has quit [Read error: Connection reset by peer]
mxns has joined #ocaml
smazga has joined #ocaml
mxns has quit [Ping timeout: 264 seconds]
smazga has quit [Ping timeout: 272 seconds]
smazga has joined #ocaml
smazga has quit [Ping timeout: 240 seconds]
vicfred__ has quit [Quit: Leaving]
Haudegen has joined #ocaml
zebrag has joined #ocaml
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #ocaml
smazga has joined #ocaml
smazga has quit [Ping timeout: 265 seconds]
zolk3ri has quit [Remote host closed the connection]
zolk3ri has joined #ocaml
mxns has joined #ocaml
smazga has joined #ocaml
smazga has quit [Ping timeout: 256 seconds]
rdivyanshu has joined #ocaml
smazga has joined #ocaml
smazga has quit [Ping timeout: 264 seconds]
webshinra has quit [Remote host closed the connection]
webshinra has joined #ocaml
smazga has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
zebrag has quit [Remote host closed the connection]
olle has quit [Ping timeout: 256 seconds]
olle has joined #ocaml
zebrag has joined #ocaml
bartholin has quit [Remote host closed the connection]
olle has quit [Ping timeout: 240 seconds]
Jesin has quit [Quit: Leaving]
Jesin has joined #ocaml
rdivyanshu has quit [Quit: Connection closed for inactivity]
jnavila has joined #ocaml
Haudegen has joined #ocaml
amiloradovsky has joined #ocaml
waleee-cl has quit [Quit: Connection closed for inactivity]
olle has joined #ocaml
wonko7 has quit [Ping timeout: 256 seconds]
wonko7 has joined #ocaml
borne has quit [Ping timeout: 240 seconds]
mxns has quit [Ping timeout: 264 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 260 seconds]
mphi has joined #ocaml
mxns has joined #ocaml
wonko7 has quit [Quit: See You Space Cowboy..]
waleee-cl has joined #ocaml
smazga has quit [Ping timeout: 256 seconds]
c4rc4s has quit [Quit: Adios]
c4rc4s has joined #ocaml
smazga has joined #ocaml
c4rc4s has quit [Client Quit]
Jesin has quit [Quit: Leaving]
c4rc4s has joined #ocaml
ben15 has joined #ocaml
ben15 has quit [Client Quit]
benc has quit [Quit: Konversation terminated!]
borne has joined #ocaml
benc has joined #ocaml
tane has joined #ocaml
narimiran has quit [Ping timeout: 240 seconds]
steenuil has quit [Read error: Connection reset by peer]
SrPx has quit [Ping timeout: 265 seconds]
banjiewen__ has quit [Ping timeout: 260 seconds]
SrPx has joined #ocaml
banjiewen__ has joined #ocaml
Serpent7776 has quit [Quit: Lost terminal]
amiloradovsky has quit [Remote host closed the connection]
amiloradovsky has joined #ocaml
benc has quit [Quit: Konversation terminated!]
amiloradovsky has quit [Ping timeout: 260 seconds]
borne has quit [Ping timeout: 264 seconds]
olle has quit [Ping timeout: 264 seconds]
jnavila has quit [Quit: Konversation terminated!]
borne has joined #ocaml
amiloradovsky has joined #ocaml
amiloradovsky has quit [Remote host closed the connection]
amiloradovsky has joined #ocaml
stux|RC has quit [Quit: Aloha!]
stux|RC has joined #ocaml
tane has quit [Quit: Leaving]
amiloradovsky has quit [Remote host closed the connection]
amiloradovsky has joined #ocaml
amiloradovsky has quit [Remote host closed the connection]
neiluj has quit [Quit: leaving]
sleepydog has quit [Ping timeout: 246 seconds]
sleepydog_ has joined #ocaml
sleepydog has joined #ocaml
sleepydog_ has quit [Ping timeout: 256 seconds]
zolk3ri has quit [Remote host closed the connection]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #ocaml
mphi has quit [Quit: mphi]
metreo has quit [Quit: metreo]
metreo has joined #ocaml
borne has quit [Ping timeout: 272 seconds]
robmyers_ has joined #ocaml
borne has joined #ocaml
sagax has quit [Remote host closed the connection]
robmyers has quit [Ping timeout: 264 seconds]
robmyers_ is now known as robmyers
metreo has quit [Quit: metreo]