hannes changed the topic of #mirage to: bug cleaning day every first friday in month (14:00 UTC - late, next: 2nd Mar) - this channel is logged at http://irclog.whitequark.org/mirage/ - MirageOS 3 is released - happy hacking!
argent_smith has joined #mirage
jnavila has joined #mirage
jnavila has quit [Ping timeout: 268 seconds]
jnavila has joined #mirage
jnavila has quit [Ping timeout: 248 seconds]
jnavila has joined #mirage
jnavila has quit [Ping timeout: 240 seconds]
jnavila has joined #mirage
ricarkol has joined #mirage
mort___ has quit [Quit: Leaving.]
ricarkol has quit [Quit: Leaving.]
hadils has joined #mirage
<hadils>
hi! I'm new to this chat. I am working on unikernels in OCaml (MirageOS). My question: will yojson work with MirageOS?
<Drup>
yes
<hadils>
Thanks.
<Drup>
Everything that is pure OCaml (no C/Js/Whatever code) is going to work directly in Mirage
<hadils>
how does one integrated an .so file with Mirage. E.g., I would like to use argon2 which has a C library.
<Drup>
if you want to run on unix, you dont need to do anything. To run on xen and the other non-unix targets, you will need to cross-compile it. I suggest you look at the various mirage xen package as examples