Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ reason, ... }: 2 3{ 4 pname = "fp"; 5 6 nativeBuildInputs = [ 7 reason 8 ]; 9 10 meta = { 11 description = "A library for creating and operating on file paths consistently on multiple platforms"; 12 downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/fp"; 13 }; 14}