Skip to content

Commit 4a92106

Browse files
Merge pull request #25 from certik/fpm
Update fpm.toml
2 parents 026c4e6 + 24a7863 commit 4a92106

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

fpm.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name = "minpack"
2-
version = "0.0.1"
3-
license = "BSD"
4-
author = "Jacob Williams"
5-
copyright = "Copyright 2021, Jacob Williams"
2+
description = "Minpack includes software for solving nonlinear equations and nonlinear least squares problems"
3+
homepage = "https://github.com/fortran-lang/minpack"
4+
version = "2.0.0"
5+
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"]
611

712
[install]
813
library = true

0 commit comments

Comments
 (0)