mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:39:07 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
14 lines
348 B
JSON
14 lines
348 B
JSON
{
|
|
"name": "genann",
|
|
"version-date": "2019-07-10",
|
|
"port-version": 3,
|
|
"description": "Genann is a minimal, well-tested library for training and using feedforward artificial neural networks (ANN) in C.",
|
|
"homepage": "https://github.com/codeplea/genann",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|