1 { lib, buildDunePackage, fetchurl }:
8 url = "https://github.com/janestreet/result/releases/download/${version}/result-${version}.tbz";
9 sha256 = "0cpfp35fdwnv3p30a06wd0py3805qxmq3jmcynjc3x2qhlimwfkw";
13 homepage = "https://github.com/janestreet/result";
14 description = "Compatibility Result module";
16 Projects that want to use the new result type defined in OCaml >= 4.03
17 while staying compatible with older version of OCaml should use the
18 Result module defined in this library.
20 license = lib.licenses.bsd3;