<scoobybejesus>
forgive me for trying to "just make it work" but i am trying to `opam install mad` on freebsd (13.1-RELEASE). Is there a way to modify this file https://github.com/ocaml/opam-repository/blob/master/packages/conf-mad/conf-mad.1/opam to be able to tell it to use `pkg-config --exists libmad`. It would return `0`, since it's installed via pkg. `pkg-config --exists mad` returns `1`, so the install of conf-mad (req'd dep) fails
<scoobybejesus>
also hello, and thanks in advance for any tips. i'm no ocaml whiz. i'm just trying to build liquidsoap again on freebsd, and this new dependency of mad is tripping me up
<scoobybejesus>
installing mad.0.4.5 will work for now (it seems), but it would be nice to use a current version (0.5.2), so i can build a newer version of liquidsoap. but i don't know how to make opam use a custom repo. seems to involve pinning, i guess...
alexherbo2 has quit [Remote host closed the connection]
uics has quit [Remote host closed the connection]
uics has joined #ocaml
Stumpfenstiel has joined #ocaml
keyboard has quit [Quit: keyboard]
keyboard has joined #ocaml
mro has quit [Quit: Leaving...]
count3rmeasure has quit [Ping timeout: 260 seconds]
Stumpfenstiel has quit [Ping timeout: 252 seconds]
Stumpfenstiel has joined #ocaml
Haudegen has quit [Ping timeout: 252 seconds]
Haudegen has joined #ocaml
Stumpfenstiel has quit [Ping timeout: 252 seconds]
Stumpfenstiel has joined #ocaml
Haudegen has quit [Ping timeout: 252 seconds]
Haudegen has joined #ocaml
uics has quit [Remote host closed the connection]
salkin has joined #ocaml
keyboard has quit [Ping timeout: 252 seconds]
salkin has quit [Quit: salkin]
azimut_ has joined #ocaml
azimut has quit [Remote host closed the connection]
count3rmeasure has joined #ocaml
<discocaml>
<Aeldrion> Hello, relative newbie here. Tried to set up OCaml for Visual Studio Code today; trying to run a file prompts me to use a debugger extension, the only one that seems not to be deprecated is earlybird which I have installed, and now I'm getting an "Unsupported file format" error when attempting to run .ml files. What is that I could be doing wrong?
<discocaml>
<NULL> Don't run a file through VSCode, it is not supported in this way
<discocaml>
<NULL> You either run selection using Maj+Enter, or you just run it manually through the command line
<discocaml>
<Aeldrion> Oh, that does work, thank you
count3rmeasure has quit [Read error: Connection reset by peer]