companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.2.0 released: https://ocaml.org/releases/5.2.0 | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
Tuplanolla has quit [Quit: Leaving.]
waleee has quit [Ping timeout: 252 seconds]
mbuf has joined #ocaml
ygrek has quit [Remote host closed the connection]
bartholin has joined #ocaml
terrorjack4 has quit [Quit: The Lounge - https://thelounge.chat]
terrorjack4 has joined #ocaml
GreaseMonkey has quit [Remote host closed the connection]
greaser|q has joined #ocaml
Serpent7776 has joined #ocaml
toastal has joined #ocaml
toastal has quit [Ping timeout: 276 seconds]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
Tuplanolla has joined #ocaml
waleee has joined #ocaml
waleee has quit [Ping timeout: 252 seconds]
myrkraverk__ has joined #ocaml
myrkraverk_ has quit [Read error: Connection reset by peer]
alexherbo2 has joined #ocaml
myrkraverk__ has quit [Read error: Connection reset by peer]
myrkraverk__ has joined #ocaml
bibi_ has joined #ocaml
bibi_ has quit [Quit: Konversation terminated!]
mbuf has quit [Quit: Leaving]
germ has quit [Read error: Connection reset by peer]
germ has joined #ocaml
waleee has joined #ocaml
Serpent7776 has quit [Ping timeout: 252 seconds]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
pi3ce has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
bartholin has quit [Quit: Leaving]
waleee has quit [Ping timeout: 248 seconds]
greaser|q has quit [Changing host]
greaser|q has joined #ocaml
greaser|q is now known as GreaseMonkey
waleee has joined #ocaml
twobitsp1ite has joined #ocaml
YuGiOhJCJ has joined #ocaml
twobitsprite has quit [Ping timeout: 255 seconds]
waleee has quit [Ping timeout: 252 seconds]
<twobitsp1ite> I'm trying to adjust to the standard dune project layout... how much code do you usually put under bin/ vs lib/ ?
twobitsp1ite is now known as twobitsprite
twobitsp1ite has joined #ocaml
twobitsprite has quit [Killed (NickServ (GHOST command used by twobitsp1ite!~isaac@gateway/vpn/pia/twobitsprite))]
twobitsp1ite is now known as twobitsprite
<twobitsprite> got reconnected, not sure if my last question went through
<twobitsprite> I'm trying to adjust to the standard dune project layout... how much code do you usually put under bin/ vs lib/ ?
<twobitsprite> I.e, should most of my code go under lib/ and then just a basic main.ml in bin/ call some main loop function from lib/?
<discocaml> <Kali> that's how i do it
<twobitsprite> ok, thanks
twobitsp1ite has joined #ocaml
twobitsprite has quit [Ping timeout: 272 seconds]
<companion_cube> I put everything under src/
<discocaml> <yawaramin> code inside `library` components (like `lib` by default) can be unit tested, code inside `executable` components (like `bin`) cannot
<discocaml> <yawaramin> other than that you can put anything anywhere really
Inline has quit [Ping timeout: 265 seconds]
<twobitsp1ite> yawaramin: ahh, thanks
<twobitsp1ite> ugh, I got booted again somehow
twobitsp1ite is now known as twobitsprite