summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/integers/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/integers/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/integers/default.nix24
1 files changed, 12 insertions, 12 deletions
diff --git a/pkgs/development/ocaml-modules/integers/default.nix b/pkgs/development/ocaml-modules/integers/default.nix
index ca14c3ca8739..ad6f1f9f813d 100644
--- a/pkgs/development/ocaml-modules/integers/default.nix
+++ b/pkgs/development/ocaml-modules/integers/default.nix
@@ -1,18 +1,18 @@
{ lib, fetchzip, buildDunePackage }:
buildDunePackage rec {
- pname = "integers";
- version = "0.4.0";
+ pname = "integers";
+ version = "0.4.0";
- src = fetchzip {
- url = "https://github.com/ocamllabs/ocaml-integers/archive/${version}.tar.gz";
- sha256 = "0yp3ab0ph7mp5741g7333x4nx8djjvxzpnv3zvsndyzcycspn9dd";
- };
+ src = fetchzip {
+ url = "https://github.com/ocamllabs/ocaml-integers/archive/${version}.tar.gz";
+ sha256 = "0yp3ab0ph7mp5741g7333x4nx8djjvxzpnv3zvsndyzcycspn9dd";
+ };
- meta = {
- description = "Various signed and unsigned integer types for OCaml";
- license = lib.licenses.mit;
- homepage = "https://github.com/ocamllabs/ocaml-integers";
- maintainers = [ lib.maintainers.vbgl ];
- };
+ meta = {
+ description = "Various signed and unsigned integer types for OCaml";
+ license = lib.licenses.mit;
+ homepage = "https://github.com/ocamllabs/ocaml-integers";
+ maintainers = [ lib.maintainers.vbgl ];
+ };
}