tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.parany: use Dune 2
Vincent Laporte
5 years ago
6373ef78
99238d7e
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
parany
default.nix
+2
pkgs/development/ocaml-modules/parany/default.nix
reviewed
···
4
4
pname = "parany";
5
5
version = "8.0.0";
6
6
7
7
+
useDune2 = true;
8
8
+
7
9
src = fetchFromGitHub {
8
10
owner = "UnixJunkie";
9
11
repo = pname;