crstlint
Version, currently 0.9.425 versions
- 1.0.0latestNov 20, 2025
- 0.9.5not indexedAug 14, 2026
- 0.9.4not indexedAug 14, 2026
- 0.9.2not indexedAug 14, 2026
- 0.9.1not indexedAug 14, 2026
- 0.9.0not indexedJul 30, 2026
- 0.8.9not indexedJun 23, 2026
- 0.8.8not indexedJun 23, 2026
- 0.8.7not indexedJun 23, 2026
- 0.8.6not indexedJun 22, 2026
- 0.8.5not indexedMay 20, 2026
- 0.8.4not indexedMay 20, 2026
- 0.8.3not indexedMay 20, 2026
- 0.8.2not indexedMay 14, 2026
- 0.8.1not indexedMay 5, 2026
- 0.8.0not indexedMay 5, 2026
- 0.7.0not indexedMay 4, 2026
- 0.6.0not indexedMay 2, 2026
- 0.5.0not indexedMay 2, 2026
- 0.4.1not indexedMar 21, 2026
- 0.4.0not indexedMar 20, 2026
- 0.3.2not indexedMar 20, 2026
- 0.3.1not indexedFeb 13, 2026
- 0.3.0not indexedFeb 5, 2026
- 0.2.0not indexedFeb 4, 2026
gitlab.com/renich/crstlint
RST format checker and linter using crst parser
Nothing has been indexed for 0.9.4 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
crstlint:
gitlab: renich/crstlint
version: ~> 0.9.4Then run:
shards installshard.yml
No shard.yml has been indexed for 0.9.4. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
cRSTLint
Copyright (C) 2025 Rénich Bon Ćirić
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
RST format checker and linter using the crst parser.
Installation
git clone https://gitlab.com/renich/crstlint.git
cd crstlint
shards install
crystal build -o bin/crstlint bin/crstlint
Usage
Check a single file:
./bin/crstlint document.rst
Check multiple files:
./bin/crstlint file1.rst file2.rst
Read from stdin:
cat document.rst | ./bin/crstlint
JSON output:
./bin/crstlint --format json document.rst
Features
- RST syntax validation
- Document structure checking
- Unknown directive detection
- Reference validation
- Multiple output formats (human-readable, JSON)
Development
make deps # Install dependencies
make test # Run tests
make lint # Run linting
make build # Build binary
make setup # Full development setup
See CONTRIBUTING.md for detailed development instructions.
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.9.4- Tagged
- Aug 14, 2026
- Commit
63f8d4d237af- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
gitlab.com/renich/crstlint
Metadata
- Created
- Aug 16, 2026
- Updated
- Aug 16, 2026
- Synced
- Aug 16, 2026
- Versions
- 25