nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

ocamlPackages.gsl: use Dune 2

+2
+2
pkgs/development/ocaml-modules/gsl/default.nix
··· 4 4 pname = "gsl"; 5 5 version = "1.24.3"; 6 6 7 + useDune2 = true; 8 + 7 9 minimumOCamlVersion = "4.08"; 8 10 9 11 src = fetchurl {