marmalade-upload: Upload packages to Marmalade

[ development, library, mit, program ] [ Propose Tags ]

Upload Emacs packages to the Marmalade ELPA archive.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
libmagic

Use libmagic to determine the mimetypes of packages

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4, 0.5, 0.5.1, 0.5.2, 0.6, 0.7, 0.8, 0.8.1, 0.9, 0.10
Change log CHANGES.md
Dependencies aeson (>=0.7 && <0.8), base (>=4.6 && <4.8), bytestring (>=0.10 && <1.11), exceptions (>=0.5 && <0.6), http-client (>=0.3 && <0.4), http-types (>=0.8 && <0.9), keyring (>=0.1 && <0.2), marmalade-upload, mtl (>=2.1 && <2.2), network (>=2.4 && <2.5), optparse-applicative (>=0.8 && <0.9), transformers (>=0.3 && <0.4), utf8-string (>=0.3 && <0.4) [details]
License MIT
Copyright (C) 2014 Sebastian Wiesner
Author Sebastian Wiesner
Maintainer lunaryorn@gmail.com
Category Development
Home page https://github.com/lunaryorn/marmalade-upload
Bug tracker https://github.com/lunaryorn/marmalade-upload/issues
Source repo head: git clone https://github.com/lunaryorn/marmalade-upload.git -b master
this: git clone https://github.com/lunaryorn/marmalade-upload.git(tag 0.7)
Uploaded by lunaryorn at 2014-04-28T10:11:46Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables marmalade-upload
Downloads 6699 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for marmalade-upload-0.7

[back to package description]

marmalade-upload

Available on Hackage License MIT Build Status

Haskell tool to upload packages to the Emacs package archive Marmalade, published in the hopes

  • that you find it useful,
  • and that Marmalade dies rather sooner than later nonetheless.

I'm sorry for the inconvenient language, but if I'm to write a boring tool for a stupid bug, then at least in a cool language.

And while we're at it, I'd like to say a big thank you to MELPA for building stable packages now, and bringing Marmalade a big step closer to its passing. Well done, folks!

Installation

$ cabal install marmalade-upload

OS X: If this command fails on OS X, either install libmagic with brew install libmagic or use:

$ cabal install -f '-libmagic' marmalade-upload

Don't forget to add ~/.cabal/bin to $PATH.

Usage

$ marmalade-upload USERNAME PACKAGE

Your password will be stored in the keychain of supported systems. Currently the keychains of KDE and OS X are supported.

License

Copyright (c) 2014 Sebastian Wiesner lunaryorn@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.