We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 026c4e6 + 24a7863 commit 4a92106Copy full SHA for 4a92106
fpm.toml
@@ -1,8 +1,13 @@
1
name = "minpack"
2
-version = "0.0.1"
3
-license = "BSD"
4
-author = "Jacob Williams"
5
-copyright = "Copyright 2021, Jacob Williams"
+description = "Minpack includes software for solving nonlinear equations and nonlinear least squares problems"
+homepage = "https://github.com/fortran-lang/minpack"
+version = "2.0.0"
+license = "MIT"
6
+author = "minpack contributors"
7
+maintainer = "@fortran-lang"
8
+copyright = "Copyright (c) 2022 minpack contributors; Minpack Copyright Notice (1999) University of Chicago. All rights reserved"
9
+categories = ["numerical"]
10
+keywords = ["least squares", "linear equations", "nonlinear equations"]
11
12
[install]
13
library = true
0 commit comments