GithubHelp home page GithubHelp logo

mookid / pkg-info.el Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emacsorphanage/pkg-info

0.0 2.0 0.0 116 KB

Provide information about Emacs packages

License: GNU General Public License v3.0

Emacs Lisp 98.18% Makefile 1.82%

pkg-info.el's Introduction

pkg-info.el

License GPL 3 Build Status

Provide information about Emacs packages.

Installation

From MELPA with M-x package-install RET pkg-info.

In your Cask file:

(source melpa)

(depends-on "pkg-info")

This library is compatible with GNU Emacs 24.1 and newer. It will probably work with Emacs 23 as well, if package.el is installed, but it is not tested on Emacs 23 anymore.

Functions

This library defines the following functions for use in your Emacs extensions:

  • pkg-info-library-original-version extracts the original version from the header of a library.
  • pkg-info-library-version extracts the version from the header of a library.
  • pkg-info-defining-library-version extracts the version from the header of a library defining a function.
  • pkg-info-defining-library-original-version extracts the original version from the header of a library defining a function.
  • pkg-info-package-version gets the version of an installed package.
  • pkg-info-format-version formats a version as human readable string.
  • pkg-info-get-melpa-recipe gets the MELPA recipe for a package.
  • pkg-info-wiki-package-p determines whether a package was build from EmacsWiki on MELPA.

All of these functions are interactive commands as well.

A version is the version from the Library Headers, i.e. either from the Version or from the Package-Version headers. An original version is the version from the X-Original-Version header added by MELPA_ to preserve upstream versions.

Versions are represented as version lists, as returned by version-to-list.

License

pkg-info.el is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

pkg-info.el is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See COPYING for the complete text of the license.

pkg-info.el's People

Contributors

swsnr avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.