@@ -0,0 +1,35 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
|
||||||
|
PackageIdentifier: NelsonNumericalSoftware.Nelson
|
||||||
|
PackageVersion: 0.5.4
|
||||||
|
MinimumOSVersion: 10.0.0.0
|
||||||
|
FileExtensions:
|
||||||
|
- nls
|
||||||
|
- nlf
|
||||||
|
- nh5
|
||||||
|
- mat
|
||||||
|
- hdf5
|
||||||
|
Dependencies:
|
||||||
|
PackageDependencies:
|
||||||
|
- PackageIdentifier: Microsoft.VC++2015-2019Redist-x64
|
||||||
|
MinimumVersion: 14.28.29913.0
|
||||||
|
InstallModes:
|
||||||
|
- interactive
|
||||||
|
- silent
|
||||||
|
- silentWithProgress
|
||||||
|
Installers:
|
||||||
|
- Architecture: x64
|
||||||
|
InstallerType: inno
|
||||||
|
InstallerUrl: https://github.com/Nelson-numerical-software/nelson/releases/download/v0.5.4/Nelson-0.5.4.3160-x86-64.exe
|
||||||
|
InstallerSha256: 408BA5741A84A89A47257F8F573B21DC0B3B2E3CD4D431C55DEFEAC82CC80669
|
||||||
|
Scope: machine
|
||||||
|
InstallerLocale: en-US
|
||||||
|
UpgradeBehavior: install
|
||||||
|
- Architecture: x86
|
||||||
|
InstallerType: inno
|
||||||
|
InstallerUrl: https://github.com/Nelson-numerical-software/nelson/releases/download/v0.5.4/Nelson-0.5.4.3160-x86-32.exe
|
||||||
|
InstallerSha256: C7D97A5066360FE45242B61F20108E1DE02C7218036EE67B9C202EF0CC293382
|
||||||
|
Scope: machine
|
||||||
|
InstallerLocale: en-US
|
||||||
|
UpgradeBehavior: install
|
||||||
|
ManifestType: installer
|
||||||
|
ManifestVersion: 1.0.0
|
@@ -0,0 +1,27 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
|
||||||
|
PackageIdentifier: NelsonNumericalSoftware.Nelson
|
||||||
|
PackageVersion: 0.5.4
|
||||||
|
PackageLocale: en-US
|
||||||
|
Publisher: Nelson Numerical Software
|
||||||
|
PublisherUrl: https://github.com/Nelson-numerical-software/nelson/
|
||||||
|
PublisherSupportUrl: https://github.com/Nelson-numerical-software/nelson/issues
|
||||||
|
#PrivacyUrl:
|
||||||
|
Author: Allan CORNET
|
||||||
|
PackageName: Nelson
|
||||||
|
PackageUrl: https://nelson-numerical-software.github.io/nelson-website/
|
||||||
|
License: Open Source license LGPLv2
|
||||||
|
LicenseUrl: https://raw.githubusercontent.com/Nelson-numerical-software/nelson/master/LICENSE
|
||||||
|
#Copyright:
|
||||||
|
#CopyrightUrl:
|
||||||
|
ShortDescription: multi-paradigm programming language and numeric computing environment.
|
||||||
|
Description: Nelson is an array programming language providing a powerful open computing environment for engineering and scientific applications using modern C/C++ libraries (Boost, Eigen, …) and others state of art numerical libraries.It has sophisticated data structures (including cell, struct, linear systems, …), an interpreter and a high level programming language. Nelson has been developped to be an open/modular system where an user can define these own data types and operations on these data types by using overload.
|
||||||
|
Moniker: nelson
|
||||||
|
Tags:
|
||||||
|
- matrix
|
||||||
|
- data
|
||||||
|
- interpreter
|
||||||
|
- language
|
||||||
|
- programming
|
||||||
|
- scientific
|
||||||
|
ManifestType: defaultLocale
|
||||||
|
ManifestVersion: 1.0.0
|
@@ -0,0 +1,6 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
|
||||||
|
PackageIdentifier: NelsonNumericalSoftware.Nelson
|
||||||
|
PackageVersion: 0.5.4
|
||||||
|
DefaultLocale: en-US
|
||||||
|
ManifestType: version
|
||||||
|
ManifestVersion: 1.0.0
|
Reference in New Issue
Block a user