Skip to content

Releases: edchapman88/getting

Fix nix linking

10 Oct 09:46
Compare
Choose a tag to compare

Fix native linking with Nix by building an elf file with dune.

The build bug was introduced by add (modes byte) to bin/dune in order to build a byte-code program for debugging with the ocaml debugger. But this builds only a byte-code program.

The fix replaces (modes byte) with (modes byte exe).

switch back to dynamic linking, but with postInstall overlay

09 Oct 10:50
Compare
Choose a tag to compare

Support custom DNS resolution

09 Oct 09:59
Compare
Choose a tag to compare
v0.3.0

add postInstall to flake.nix

remove ocaml version number

25 Sep 17:02
Compare
Choose a tag to compare
v0.2.7

remove ocaml dependency version number

reduce ocaml dependency version

25 Sep 16:20
Compare
Choose a tag to compare
v0.2.6

reduce ocaml version dependency to >=5.1

use cli args

25 Sep 15:55
Compare
Choose a tag to compare
v0.2.5

take request rate and uri over cli args

add libev present print

19 Sep 18:24
Compare
Choose a tag to compare
v0.2.4

add  print to stdout

build lwt with libev

19 Sep 18:15
Compare
Choose a tag to compare
v0.2.3

add conf-libev to project

alternative flake.nix

18 Sep 15:56
Compare
Choose a tag to compare
v0.2.2

alternative flake.nix

with flake.lock

18 Sep 14:55
Compare
Choose a tag to compare
v0.2.1

add flake.lock