stog: init at 0.17.0

This commit is contained in:
regnat
2017-03-23 09:02:21 +01:00
committed by Vincent Laporte
parent 89e5963f2c
commit 4e9e1bc7ba
4 changed files with 53 additions and 0 deletions

View File

@@ -15507,6 +15507,8 @@ with pkgs;
stalonetray = callPackage ../applications/window-managers/stalonetray {};
inherit (ocamlPackages_4_03) stog;
stp = callPackage ../applications/science/logic/stp {};
stumpwm = callPackage ../applications/window-managers/stumpwm {

View File

@@ -517,6 +517,8 @@ let
stdio = callPackage ../development/ocaml-modules/stdio { };
stog = callPackage ../applications/misc/stog { };
stringext = callPackage ../development/ocaml-modules/stringext { };
topkg = callPackage ../development/ocaml-modules/topkg { };