Help language development. Donate to The Perl Foundation
{ "auth": "zef:jjatria", "authors": [ "Jonathan Scott Duff <[email protected]>", "José Joaquín Atria <[email protected]>" ], "depends": { "build": { "requires": [ "fann:from<native>" ] }, "test": { "requires": [ "File::Temp", "Test" ] } }, "description": "Raku binding to the Fast Artificial Neural Network library", "license": "Artistic-2.0", "name": "AI::FANN", "perl": "6.d", "provides": { "AI::FANN": "lib/AI/FANN.rakumod", "AI::FANN::Raw": "lib/AI/FANN/Raw.rakumod", "AI::FANN::Raw::Base": "lib/AI/FANN/Raw/Base.rakumod", "AI::FANN::Raw::Cascade": "lib/AI/FANN/Raw/Cascade.rakumod", "AI::FANN::Raw::Creation": "lib/AI/FANN/Raw/Creation.rakumod", "AI::FANN::Raw::Error": "lib/AI/FANN/Raw/Error.rakumod", "AI::FANN::Raw::IO": "lib/AI/FANN/Raw/IO.rakumod", "AI::FANN::Raw::Training": "lib/AI/FANN/Raw/Training.rakumod" }, "source-type": "git", "source-url": "https://github.com/jjatria/AI-FANN.git", "support": { "bugtracker": "https://github.com/jjatria/AI-FANN/issues", "source": "https://github.com/jjatria/AI-FANN.git" }, "tags": [ "AI", "Neural Network" ], "version": "0.2.0" }