ocamlPackages.charInfo_width: init at 1.1.0
This commit is contained in:
parent
a473b6efc5
commit
59cf0772c2
19
pkgs/development/ocaml-modules/charInfo_width/default.nix
Normal file
19
pkgs/development/ocaml-modules/charInfo_width/default.nix
Normal file
@ -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 ];
|
||||||
|
};
|
||||||
|
}
|
@ -128,6 +128,8 @@ let
|
|||||||
|
|
||||||
cairo2 = callPackage ../development/ocaml-modules/cairo2 { };
|
cairo2 = callPackage ../development/ocaml-modules/cairo2 { };
|
||||||
|
|
||||||
|
charInfo_width = callPackage ../development/ocaml-modules/charInfo_width { };
|
||||||
|
|
||||||
checkseum = callPackage ../development/ocaml-modules/checkseum { };
|
checkseum = callPackage ../development/ocaml-modules/checkseum { };
|
||||||
|
|
||||||
cil = callPackage ../development/ocaml-modules/cil { };
|
cil = callPackage ../development/ocaml-modules/cil { };
|
||||||
|
Loading…
Reference in New Issue
Block a user