Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/libraries/liboop/default.nix

17 lines
350 B
Nix
Raw Normal View History

Add GNU lsh, a GPL'd implementation of SSH, and `liboop', and event loop library. svn path=/nixpkgs/trunk/; revision=10637
2008-02-12 10:51:44 +00:00
{stdenv, fetchurl}:
stdenv.mkDerivation {
* Improved a bunch of "name" attributes (mostly missing version numbers). svn path=/nixpkgs/trunk/; revision=17991
2009-10-28 14:06:56 +00:00
name = "liboop-1.0";
Add GNU lsh, a GPL'd implementation of SSH, and `liboop', and event loop library. svn path=/nixpkgs/trunk/; revision=10637
2008-02-12 10:51:44 +00:00
src = fetchurl {
url = http://download.ofb.net/liboop/liboop.tar.gz;
sha256 = "34d83c6e0f09ee15cb2bc3131e219747c3b612bb57cf7d25318ab90da9a2d97c";
};
meta = {
More description fixes * Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
2013-10-06 11:49:53 +02:00
description = "Event loop library";
Add GNU lsh, a GPL'd implementation of SSH, and `liboop', and event loop library. svn path=/nixpkgs/trunk/; revision=10637
2008-02-12 10:51:44 +00:00
homepage = http://liboop.ofb.net/;
license = "LGPL";
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 2828ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API