srt
Version, currently 0.1.01 version
- 0.1.0latestApr 3, 2016
github.com/marceloboeira/srt.cr
Generate and Parse SRT files
6 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
srt:
github: marceloboeira/srt.cr
version: ~> 0.1.0Then run:
shards installshard.yml
- Crystal
- no constraint declared
- License
- MIT
- Author
- Marcelo Boeira <me@marceloboeira.com>
Dependencies
Development Dependencies
- spec2~> 0.8.0github: waterlink/spec2.crdev
README
# srt.cr [](https://travis-ci.org/marceloboeira/srt.cr)
> Generate and Parse SRT files
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
srt:
github: marceloboeira/srt.cr
```
## Usage
### Parsing
```crystal
require "str"
file = STR::File.parse(File.read("lost-s01e01-pilot.srt"))
p file.lines.first.text
# => Help me!
```
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.0- Tagged
- Apr 3, 2016
- Commit
c63dae69cb18- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/marceloboeira/srt.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1