Swiftpack.co - Swift Packages by fcanas

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by fcanas

fcanas/SwiftImage v0.0.2
CoreImage helpers in Swift
⭐️ 15
🕓 4 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Undead
4 years ago
It has come to my attention that I need to do some non-trivial work using CoreImage. And CoreImage is annoying. So I wanted to revive this project, only to realize that I'm at least a year too late to have Xcode migrate the code for me. This release represents a manual migration of SwiftImage mostly as-is to Swift 5 and into a Swift Package.
Beware
9 years ago
Advance Notice
9 years ago
fcanas/HLSCore 0.2.1
A collection of Swift packages for working with HLS
⭐️ 11
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Fix Build for iOS
2 years ago
Fix builds for iOS due to date formatter availability.
5 years ago
* Update logging dependency * More robust logic in construction of a parsed `EXT-X-START` tag * More organized tag parsers * Expanded test suite, including auto-encoding tests * Simplify protocol conformance for core types * Improved representation of encryption method type
5 years ago
* Fixed byte ranges * Correct media initialization URI * Removed Utilities package * Updated dependencies
fMP4
5 years ago
* Independent segments tag * Explicit media sequence * Media segment byte ranges * Correct media segment parsing for empty names
0.0.3
5 years ago
* Add support for comments * Treat unrecognized tags as comments instead of fatal errors * Control level of printed output with [FFCLog](https://github.com/fcanas/FFCLog) * Update [FFCParserCombinator](https://github.com/fcanas/FFCParserCombinator) version to [0.0.6](https://github.com/fcanas/FFCParserCombinator/releases/tag/0.0.6)
iOS macOS tvOS
fcanas/scrape 0.2
Download HLS Streams
⭐️ 4
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.2
2 years ago
Since 0.1 + Added a `-h`, `--help` flag to show usage without an error + Added long-form flags for `-p`: `--playlist-only` and `-v`: `--verbose`
2 years ago
+ Added `-h` help flag
0.1
2 years ago
Initial release.
macOS
fcanas/BindBackstop 1.0.0
(Binding<T?>, T) -> Binding<T>
⭐️ 3
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.0
2 years ago
This is the first and quite possibly the only release of BindBackstop. The code is so simple, and it's been in stable use for months. I haven't wanted it to do anything more.
iOS macOS watchOS tvOS
fcanas/FFCParserCombinator 1.0.2
Parser Combinator types and functions in Swift
⭐️ 0
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2 years ago
- Fixes a bug in the built in `Double` parser - Previously the fractional portion of floating point numbers was parsed as a `UInt`. Unfortunately that mean floating point numbers whose fractional part had leading zeros were being incorrectly parsed. For example, `1.001` was incorrectly parsed as `1.1`. This change switches the parsing of the fractional part of a floating point number to be intermediated by a string. - Exposes backtracking - This shouldn't be strictly necessary, but it may simplify some parsers a little.
2 years ago
- Expose interface for parsing `Substring` - This can be useful for combining Parsers with imperative Swift code rather than through this library's provided operators and functional approach. Remainders after a successful parse will often be a `Substring`. So if a Parser can accept a `Substring`, the result of one Parser can be more easily fed into another Parser. This behavior was already supported internally. - Expanded documentation
First stable release
5 years ago
5 years ago
0.0.6
5 years ago
* Generalizes `Parser` so it isn't limited to `String` input.
fcanas/sidle 0.3
A command-line WORDLE assistant
⭐️ 0
🕓 16 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
16 weeks ago
Adds letter histogram and query command. `?` in place of a guess will show a histogram for letters in remaining candidate words, with the count being the number of words containing that letter. `?xyz` will show a restricted candidate list and histogram for remaining words that _also_ contain xyz.
2 years ago
- Word list path can be configured with a `wordListPath` argument - Word length can be configured with a `letterCount` argument
Platform Independence
2 years ago
iOS macOS watchOS tvOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics