perlPackages.BotTraining: init at 0.07
This commit is contained in:
parent
c035336f1c
commit
3abaea6d64
@ -1268,6 +1268,22 @@ let
|
|||||||
buildInputs = [ ExtUtilsCppGuess ExtUtilsTypemapsDefault ExtUtilsXSpp ModuleBuildWithXSpp ];
|
buildInputs = [ ExtUtilsCppGuess ExtUtilsTypemapsDefault ExtUtilsXSpp ModuleBuildWithXSpp ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
BotTraining = buildPerlPackage {
|
||||||
|
pname = "Bot-Training";
|
||||||
|
version = "0.07";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/A/AV/AVAR/Bot-Training-0.07.tar.gz";
|
||||||
|
sha256 = "ee66bbf814f0dc3d1e80680e050fad10b1e018fed7929f653ed40e088b2aa295";
|
||||||
|
};
|
||||||
|
buildInputs = [ FileSlurp ];
|
||||||
|
propagatedBuildInputs = [ ClassLoad DirSelf FileShareDir ModulePluggable MooseXGetopt namespaceclean ];
|
||||||
|
meta = {
|
||||||
|
homepage = "http://metacpan.org/release/Bot-Training";
|
||||||
|
description = "Plain text training material for bots like Hailo and AI::MegaHAL";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
BSDResource = buildPerlPackage {
|
BSDResource = buildPerlPackage {
|
||||||
pname = "BSD-Resource";
|
pname = "BSD-Resource";
|
||||||
version = "1.2911";
|
version = "1.2911";
|
||||||
|
Loading…
Reference in New Issue
Block a user