-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix indent setting in `.editorconfig` for `*.v` files * Update related * Fix formatting
- Loading branch information
Showing
7 changed files
with
38 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Module { | ||
name: 'fft' | ||
description: 'PocketFFT-based Fast Fourier Transform' | ||
version: '0.1.0' | ||
license: 'MIT' | ||
repo_url: 'https://github.com/vlang/vsl' | ||
dependencies: [] | ||
name: 'fft' | ||
description: 'PocketFFT-based Fast Fourier Transform' | ||
version: '0.1.0' | ||
license: 'MIT' | ||
repo_url: 'https://github.com/vlang/vsl' | ||
dependencies: [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Module { | ||
name: 'h5' | ||
description: 'Hierarchical data storage in a file' | ||
version: '0.1.0' | ||
license: 'MIT' | ||
dependencies: [] | ||
name: 'h5' | ||
description: 'Hierarchical data storage in a file' | ||
version: '0.1.0' | ||
license: 'MIT' | ||
dependencies: [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Module { | ||
name: 'mpi' | ||
description: 'Message Passing Interface for parallel computing' | ||
version: '0.1.0' | ||
license: 'MIT' | ||
repo_url: 'https://github.com/vlang/vsl' | ||
dependencies: [] | ||
name: 'mpi' | ||
description: 'Message Passing Interface for parallel computing' | ||
version: '0.1.0' | ||
license: 'MIT' | ||
repo_url: 'https://github.com/vlang/vsl' | ||
dependencies: [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Module { | ||
name: 'plot' | ||
description: 'The VSL Plot lib' | ||
version: '0.1.0' | ||
license: 'MIT' | ||
repo_url: 'https://github.com/vlang/vsl' | ||
dependencies: [] | ||
name: 'plot' | ||
description: 'The VSL Plot lib' | ||
version: '0.1.0' | ||
license: 'MIT' | ||
repo_url: 'https://github.com/vlang/vsl' | ||
dependencies: [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Module { | ||
name: 'vsl' | ||
description: 'The V Scientific Library' | ||
version: '0.1.50' | ||
license: 'MIT' | ||
repo_url: 'https://github.com/vlang/vsl' | ||
dependencies: [] | ||
name: 'vsl' | ||
description: 'The V Scientific Library' | ||
version: '0.1.50' | ||
license: 'MIT' | ||
repo_url: 'https://github.com/vlang/vsl' | ||
dependencies: [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Module { | ||
name: 'vcl' | ||
description: 'V Computing Language' | ||
version: '0.1.0' | ||
license: 'MIT' | ||
repo_url: 'https://github.com/vlang/vsl' | ||
dependencies: [] | ||
name: 'vcl' | ||
description: 'V Computing Language' | ||
version: '0.1.0' | ||
license: 'MIT' | ||
repo_url: 'https://github.com/vlang/vsl' | ||
dependencies: [] | ||
} |