https://github.com/billstclair/elm-recovered
A package for tracking packages that have been removed from GitHub and recovered
https://github.com/billstclair/elm-recovered
Last synced: about 1 month ago
JSON representation
A package for tracking packages that have been removed from GitHub and recovered
- Host: GitHub
- URL: https://github.com/billstclair/elm-recovered
- Owner: billstclair
- License: mit
- Created: 2018-06-27T09:26:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T13:48:11.000Z (almost 8 years ago)
- Last Synced: 2025-03-02T19:43:05.388Z (over 1 year ago)
- Language: Elm
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# billstclair/elm-recovered
The [billstclair/elm-recovered](http://package.elm-lang.org/packages/billstclair/elm-recovered/latest) package is for recovering packages that have been removed from GitHub. The basic idea is that you restore the source for the package to your own GitHub repository, but prepend `Recovered.` to all the module names, to keep the recovered package from colliding with multiple inlined copies of the lost code.
This package has only this README file, plus a `Recovered` module.
To add a newly recovered package, modify its source to add the `Recovered.` prefix to all of its module names, `elm package publish` it, then submit a pull request to https://github.com/billstclair/elm-recovered, adding the new package to the list below in this `README.md` file (alphabetical by the package name after the user prefix). I'll take care of bumping the version number and changing `Recovery.elm` to match.
# Recovered Packages
* [billstclair/elm-recovered-utf8](http://package.elm-lang.org/packages/billstclair/elm-recovered-utf8/latest) recovers [spisemisu/elm-utf8](http://package.elm-lang.org/packages/spisemisu/elm-utf8/latest)
Bill St. Clair
27 June, 2018