|
2 | 2 |
|
3 | 3 | [](https://github.com/fortran-fans/forlab/actions)
|
4 | 4 |
|
5 |
| -Forlab is a Fortran module that provides some functions for scientific computing. |
| 5 | +FORLAB is a Fortran module that provides some functions for scientific computing. |
6 | 6 | It's more like a small **toolbox**.
|
7 |
| -Forlab uses [stdlib](https://github.com/fortran-lang/stdlib) as an upstream package. Forlab hopes to be a small scaffolding tool. Compared with [stdlib](https://github.com/fortran-lang/stdlib), Forlab is less formal. |
| 7 | +FORLAB uses [stdlib](https://github.com/fortran-lang/stdlib) as an upstream package. FORLAB hopes to be a small scaffolding tool. Compared with [stdlib](https://github.com/fortran-lang/stdlib), FORLAB is less formal. |
8 | 8 |
|
9 | 9 | | | |
|
10 | 10 | |:-:|---|
|
11 | 11 | | **Version:** | 1.0.1 |
|
12 |
| -| **Author:** | Forlab Contributors | |
| 12 | +| **Author:** | FORLAB Contributors | |
13 | 13 | | **Web site:** | https://github.com/fortran-fans/forlab |
|
14 | 14 | | **API-Doc Web site:** | https://zoziha.github.io/forlab-API-doc/ |
|
15 | 15 | | **Copyright:** | _This document_ has been placed in the public domain. |
|
16 |
| -| **License:** | _Forlab_ is released under the MIT License. | |
| 16 | +| **License:** | _FORLAB_ is released under the MIT License. | |
17 | 17 |
|
18 | 18 | ## Getting Started
|
19 | 19 | ### Get the code
|
@@ -44,15 +44,15 @@ fpm test <test_name, see `fpm.toml` or list>
|
44 | 44 | To use `forlab` within your `fpm` project, add the following to `fpm.toml` file:
|
45 | 45 | ```toml
|
46 | 46 | [dependencies] # or [dev-dependencies] for tests.
|
47 |
| -forlab = { git = "https://github.com/fortran-fans/forlab.git" } |
| 47 | +forlab = { git="https://github.com/fortran-fans/forlab.git", branch="forlab-fpm" } |
48 | 48 | ```
|
49 | 49 |
|
50 | 50 | ## API-Doc
|
51 | 51 |
|
52 | 52 | ```bash
|
53 | 53 | ford API-doc-FORD-file.md # todo
|
54 | 54 | ```
|
55 |
| -see [forlab-API-doc](https://zoziha.github.io/forlab-API-doc/). |
| 55 | +see [forlab-API-doc](https://fortran-fans.github.io/forlab/page/specs/index.html). |
56 | 56 |
|
57 | 57 | Some examples are prepared in the `./example` folder, and you can use `fpm` to run them.
|
58 | 58 | ```sh
|
|
0 commit comments