Skip to content

Commit

Permalink
ocamlPackages.charInfo_width: init at 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Aug 21, 2019
1 parent a473b6e commit 59cf077
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pkgs/development/ocaml-modules/charInfo_width/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{ lib, fetchzip, buildDunePackage, camomile, result }:

buildDunePackage rec {
pname = "charInfo_width";
version = "1.1.0";
src = fetchzip {
url = "https://bitbucket.org/zandoye/charinfo_width/get/${version}.tar.bz2";
sha256 = "19mnq9a1yr16srqs8n6hddahr4f9d2gbpmld62pvlw1ps7nfrp9w";
};

propagatedBuildInputs = [ camomile result ];

meta = {
homepage = "https://bitbucket.org/zandoye/charinfo_width/";
description = "Determine column width for a character";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.vbgl ];
};
}
2 changes: 2 additions & 0 deletions pkgs/top-level/ocaml-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ let

cairo2 = callPackage ../development/ocaml-modules/cairo2 { };

charInfo_width = callPackage ../development/ocaml-modules/charInfo_width { };

checkseum = callPackage ../development/ocaml-modules/checkseum { };

cil = callPackage ../development/ocaml-modules/cil { };
Expand Down

0 comments on commit 59cf077

Please sign in to comment.