-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
108 additions
and
34 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,6 +1,6 @@ | ||
[package] | ||
name = "votable" | ||
version = "0.6.0" | ||
version = "0.6.1" | ||
authors = [ | ||
"F.-X. Pineau <[email protected]>", | ||
"T. Dumortier <[email protected]>" | ||
|
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
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 @@ | ||
[package] | ||
name = "votable-cli" | ||
version = "0.6.0" | ||
version = "0.6.1" | ||
authors = ["F.-X. Pineau <[email protected]>"] | ||
description = "Command-line to extract information from IVOA VOTables and to convert VOTable back and forth in XML, JSON, YAML, TOML (and to CSV) while preserving all elements (except in CSV)." | ||
description = "Command-line to extract/edit metadata from IVOA VOTables and to convert efficiently VOTable back and forth in XML-TABLEDATA, XML-BINARY, XML-BINARY2, non-standard JSON/YAML/TOML (and to CSV)." | ||
license = "MIT OR Apache-2.0" | ||
readme = "README.md" | ||
categories = ["command-line-utilities", "science", "data-structures"] | ||
|
@@ -47,13 +47,8 @@ assets = [ | |
["LICENSE-APACHE", "usr/share/doc/vot/", "644"], | ||
["CHANGELOG.md", "usr/share/doc/vot/CHANGELOG", "644"], | ||
["README.md", "usr/share/doc/vot/README", "644"], | ||
#["FAQ.md", "usr/share/doc/vot/FAQ", "644"], | ||
["doc/vot.1", "usr/share/man/man1/vot.1", "644"], | ||
# Similarly for shell completions. | ||
#["deployment/deb/vot.bash", "usr/share/bash-completion/completions/vot", "644"], | ||
#["deployment/deb/vot.fish", "usr/share/fish/vendor_completions.d/vot.fish", "644"], | ||
#["deployment/deb/_vot", "usr/share/zsh/vendor-completions/", "644"], | ||
] | ||
extended-description = """\ | ||
vot is a command-line to convert VOTable is various formats such as JSON, TOML and YAML and back to XML | ||
Command-line to extract/edit metadata from IVOA VOTables and to convert efficiently VOTable back and forth in XML-TABLEDATA, XML-BINARY, XML-BINARY2, non-standard JSON/YAML/TOML (and to CSV). | ||
""" |
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
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,6 +1,6 @@ | ||
[package] | ||
name = "votable-wasm" | ||
version = "0.6.0" | ||
version = "0.6.1" | ||
authors = ["F.-X. Pineau <[email protected]>"] | ||
description = "Convert, in WASM, IVOA VOTables in XML, JSON, YAML and TOML" | ||
license = "MIT OR Apache-2.0" | ||
|