Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garu/uri-magnet
Magnet URI scheme
https://github.com/garu/uri-magnet
Last synced: 11 days ago
JSON representation
Magnet URI scheme
- Host: GitHub
- URL: https://github.com/garu/uri-magnet
- Owner: garu
- Created: 2012-09-23T22:51:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-28T08:44:40.000Z (over 11 years ago)
- Last Synced: 2024-11-05T21:50:24.989Z (about 2 months ago)
- Language: Perl
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
URI::magnet
This Perl module provides Magnet scheme support for URI objects. Simply install it and your URI objects will also be able to parse Magnet URIs!
See the full documentation and usage examples with:
perldoc URI::magnet
INSTALLATION
To install this module, use cpan or cpanm:
cpan URI::magnet
For a manual installation, download and extract the module, then run the following commands:
perl Makefile.PL
make
make test
make installCOPYRIGHT AND LICENCE
Copyright (C) 2012, Breno G. de Oliveira
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.