<vyorkin>
It might smth obvious, but I'm still quite new to OCaml...
<vyorkin>
Not sure how to diagnose that
<Leonidas>
did ocaml 4.09 break augeas because of multicore? hmm
<vyorkin>
ah, Pervasives was renamed to Stdlib in 4.08, nvm...
<vyorkin>
I'll just try to use more recent version of OCaml
<Leonidas>
vyorkin: you should either submit a PR/Bug or use a supported version (if uint requires 4.07)
<Leonidas>
but it even says that you should use stdint
ruffy_ has quit [Quit: WeeChat 2.5]
ruffy_ has joined #ocaml
ollehar has joined #ocaml
bitwinery has quit [Quit: Leaving]
EmeraldMoon has joined #ocaml
zolk3ri has joined #ocaml
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
EmeraldMoon has quit [Remote host closed the connection]
mfp has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
<freyr69>
Leonidas: Multicore bits are in trunk, no?
jbrown has joined #ocaml
<freyr69>
vyorkin: Why would you like to use uint instead of stdint? Also latest OCaml releases have unsigned operations, if you would like to use unsigned ints
EmeraldMoon has joined #ocaml
ygrek has joined #ocaml
Nikkel has quit [Ping timeout: 264 seconds]
AtumT has joined #ocaml
<dinosaure>
freyr69: really??? where is documentation about that?
klntsky has quit [Remote host closed the connection]
klntsky has joined #ocaml
Haudegen has joined #ocaml
Nikkel has joined #ocaml
<flux[m]>
dinosaure: hadn't noticed myself that either but seems from the corresponding documentation for Int32, Int64 and NativeInt: https://github.com/ocaml/ocaml/pull/1458
<freyr69>
vyorkin: ocamlfind wouldn't find it if you've simply built it
<freyr69>
ocamlfind and dune are separate projects
<freyr69>
you can install your package with `dune install`, and then ocamlfind should find it (considering both are in the same opam switch/environment)
<freyr69>
What exactly are you trying to achieve?
ravenous_ has joined #ocaml
laudecay has quit [Ping timeout: 245 seconds]
FreeBirdLjj has joined #ocaml
pino|work has quit [Quit: brb]
pino|work has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 244 seconds]
AtumT_ has joined #ocaml
AtumT has quit [Read error: Connection reset by peer]
ravenous_ has quit [Ping timeout: 252 seconds]
mk__ has joined #ocaml
laudecay has joined #ocaml
laudecay has quit [Changing host]
laudecay has joined #ocaml
simon is now known as sshine
eagleflo has quit [Remote host closed the connection]
jao has joined #ocaml
pino|work has quit [Quit: brb]
pino|work has joined #ocaml
eagleflo has joined #ocaml
ollehar has quit [Ping timeout: 245 seconds]
ygrek has quit [Ping timeout: 245 seconds]
mk__ has quit [Remote host closed the connection]
freyr69 has quit [Remote host closed the connection]
Haudegen has quit [Quit: Bin weg.]
eagleflo has quit [Remote host closed the connection]
q9929t has joined #ocaml
eagleflo has joined #ocaml
Serpent7776 has joined #ocaml
crowley95 has quit [Ping timeout: 246 seconds]
q9929t has quit [Quit: q9929t]
malina has joined #ocaml
mbuf has quit [Quit: Leaving]
ziyourenxiang has quit [Ping timeout: 244 seconds]
<vyorkin>
but I can't use `dune install` on NixOS...
<vyorkin>
freyr69: I'm trying to write a nix-derivation to build the ocaml-protoc package, which depends on the ppx_deriving_protobuf.runtime
barockobamo has quit [Remote host closed the connection]
<vyorkin>
maybe it would be easier to try buildFHSUserEnv