lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.opam-core: use Dune 2

+2
+2
pkgs/development/ocaml-modules/opam-core/default.nix
··· 6 6 7 7 inherit (opam) src version; 8 8 9 + useDune2 = true; 10 + 9 11 nativeBuildInputs = [ unzip cppo ]; 10 12 propagatedBuildInputs = [ ocamlgraph re ]; 11 13