companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.0 released(!!1!): https://ocaml.org/releases/5.0.0.html | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
waleee has joined #ocaml
<discocaml> <darrenldl> anyone has a ocaml static binary release github workflow handy?
<companion_cube> I'm not sure it's easy to do
wingsorc has quit [Ping timeout: 245 seconds]
waleee has quit [Ping timeout: 240 seconds]
waleee has joined #ocaml
chrisz has quit [Ping timeout: 240 seconds]
chrisz has joined #ocaml
waleee has quit [Ping timeout: 240 seconds]
waleee has joined #ocaml
keyle has quit [Quit: door slammed.]
keyle has joined #ocaml
troydm has quit [Ping timeout: 258 seconds]
edr has quit [Quit: Leaving]
chrisz has quit [Ping timeout: 255 seconds]
chrisz has joined #ocaml
keyle has quit [Quit: door slammed.]
keyle has joined #ocaml
keyle has quit [Client Quit]
waleee has quit [Ping timeout: 255 seconds]
keyle has joined #ocaml
keyle has quit [Client Quit]
keyle has joined #ocaml
keyle has quit [Client Quit]
keyle has joined #ocaml
troydm has joined #ocaml
<discocaml> <merlin04> are there any parser libraries that aren't parser combinators or ocamlyacc/menhir?
<discocaml> <sim642> What else would you want?
bartholin has joined #ocaml
<discocaml> <darrenldl> there's dypgen. grain lang devs made an updated fork, but not sure if its still actively used or updated
random-jellyfish has joined #ocaml
mro has joined #ocaml
Tuplanolla has joined #ocaml
bartholin has quit [Quit: Leaving]
aljazmc has joined #ocaml
mro has quit [Remote host closed the connection]
ec has quit [Remote host closed the connection]
ec has joined #ocaml
random-jellyfish has quit [Ping timeout: 240 seconds]
Anarchos has joined #ocaml
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Anarchos has joined #ocaml
aljazmc has quit [Quit: Leaving]
aljazmc has joined #ocaml
aljazmc has quit [Remote host closed the connection]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
keyle has quit [Quit: door slammed.]
keyle has joined #ocaml
CO2 has quit [Quit: WeeChat 4.1.0]
wingsorc has joined #ocaml
bartholin has joined #ocaml
<discocaml> <charlenopires> Does anyone know of an interesting project that generates codes made in OCaml that could serve as a reference?
aljazmc has joined #ocaml
aljazmc has quit [Remote host closed the connection]
aljazmc has joined #ocaml
bartholin has quit [Quit: Leaving]
CO2 has joined #ocaml
aljazmc has quit [Remote host closed the connection]
aljazmc has joined #ocaml
<companion_cube> Generating what kind of code? You mean generating ocaml code from something else?
<discocaml> <charlenopires> Rescript code
<discocaml> <charlenopires> I want to create a base code generator for Google Chrome extensions with rescripted codes, and with extension type customization via terminal
<companion_cube> I can think of ocaml-protoc that generates code, or atdgen…
<discocaml> <charlenopires> Thks
dhil has joined #ocaml
bartholin has joined #ocaml
<discocaml> <Et7f3 (@me on reply)> Esy has a static build with alpine docker. If you have nix it could be quite easy also
aljazmc has quit [Remote host closed the connection]
aljazmc_ has joined #ocaml
dnh has joined #ocaml
bartholin has quit [Ping timeout: 264 seconds]
bartholin has joined #ocaml
aljazmc_ has quit [Remote host closed the connection]
aljazmc_ has joined #ocaml
aljazmc_ has quit [Remote host closed the connection]
cedric has joined #ocaml
cedric has quit [Client Quit]
<discocaml> <anmonteiro> Check mseri/doi2bib
aljazmc has joined #ocaml
aljazmc has quit [Remote host closed the connection]
aljazmc has joined #ocaml
aljazmc has quit [Remote host closed the connection]
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dnh has joined #ocaml
waleee has joined #ocaml
<greenbagels> so i finally decided to check dune out; im playing around with the 99 ocaml problems list as a fun project to try inline tests and stuff with, and now im in kind of a pickle
<greenbagels> well not a pickle but im just wondering what the best approach would be; say my source tree has a different folder for each problem numbered 1-99 (since module names cant start with numbers) and a dune file alongside those 99 folders
<greenbagels> would there be a sane way to recursively build the module in each subfolder without writing a separate dune file for each?
<greenbagels> or maybe would it be better to build it as a library of modules and just have a separate test folder with a dune file that runs the tests... hmm
<greenbagels> eh ill just make them al ibrary and rename them to "ProbXY"
remexre has quit [Ping timeout: 255 seconds]
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
remexre has joined #ocaml
bartholin has quit [Ping timeout: 260 seconds]
bartholin has joined #ocaml
aljazmc has joined #ocaml
dhil has quit [Ping timeout: 252 seconds]
aljazmc has quit [Remote host closed the connection]
aljazmc has joined #ocaml
bartholin has quit [Quit: Leaving]
aljazmc has quit [Quit: Leaving]
<discocaml> <darrenldl> thanks @anmonteiro !
John_Ivan_ has quit [Ping timeout: 248 seconds]
John_Ivan_ has joined #ocaml