unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: David Dashyan <mail@davie.li>
To: 49142@debbugs.gnu.org
Cc: David Dashyan <mail@davie.li>, packaging-guix@libremiami.org
Subject: [bug#49142] [PATCH 1/1] gnu: Add pcl.
Date: Sun, 20 Jun 2021 20:50:22 +0300	[thread overview]
Message-ID: <20210620175022.11763-1-mail@davie.li> (raw)
In-Reply-To: <20210620174417.11513-1-mail@davie.li>

* gnu/packages/c.scm (pcl): New variable.
---
 gnu/packages/c.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 931eb2bf3f..a17bf22f04 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2020 Katherine Cox-Buday <cox.katherine.e@gmail.com>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2020, 2021 Greg Hogan <code@greghogan.com>
+;;; Copyright © 2021 David Dashyan <mail@davie.li>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -693,3 +694,22 @@ event-driven, asynchronous network application protocols.")
 cryptographic primitives for the @acronym{AWS,Amazon Web Services} SDK.")
     (home-page "https://github.com/awslabs/aws-c-cal")
     (license license:asl2.0)))
+
+(define-public pcl
+  (package
+    (name "pcl")
+    (version "1.12")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://www.xmailserver.org/pcl-" version ".tar.gz"))
+       (sha256
+	(base32
+         "06ly65rq4iyj2p4704i215c8y4rgspwl8sxfaifmf4ahfr30bcz7"))))
+    (build-system gnu-build-system)
+    (home-page "http://www.xmailserver.org/libpcl.html")
+    (synopsis "Portable Coroutine Library")
+    (description "The Portable Coroutine Library (PCL) implements the
+low level functionality for coroutines.")
+    (license license:gpl2+)))
-- 
2.31.1





  reply	other threads:[~2021-06-20 17:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-20 17:44 [bug#49142] [PATCH 0/1] Add pcl (Guix packaging meetup) David Dashyan
2021-06-20 17:50 ` David Dashyan [this message]
2021-06-29  7:16   ` bug#49142: [PATCH 1/1] gnu: Add pcl Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210620175022.11763-1-mail@davie.li \
    --to=mail@davie.li \
    --cc=49142@debbugs.gnu.org \
    --cc=packaging-guix@libremiami.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).