evcc: 0.131.4 -> 0.131.5
[NixPkgs.git] / pkgs / development / ocaml-modules / reason-native / fp.nix
blob5cf7c3d417dea8f7ef2c1d28c030f82c41bc8e18
1 { lib, buildDunePackage, reason, src }:
3 buildDunePackage {
4   inherit src;
6   pname = "fp";
7   version = "0.0.1-unstable-2024-05-07";
9   nativeBuildInputs = [
10     reason
11   ];
13   meta = {
14     description = "Library for creating and operating on file paths consistently on multiple platforms";
15     downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/fp";
16     license = lib.licenses.mit;
17     maintainers = [ ];
18   };