guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: packaging - sentences in description


From: Julien Lepiller
Subject: Re: packaging - sentences in description
Date: Mon, 18 Mar 2019 15:42:03 +0100
User-agent: Roundcube Webmail/1.3.8

Le 2019-03-18 15:34, Giovanni Biscuolo a écrit :
Hi Guix

I'm packaging go-github-com-burntsushi-locker, this is the package
definition:

[...]

      (home-page "https://github.com/BurntSushi/locker";)
      (synopsis "Manage named ReadWrite mutexes in Go")
(description "Golang package for conveniently using named read/write
locks. These appear to be especially useful for synchronizing access to
        ^ here
session based information in web applications.

The common use case is to use the package level functions, which use a package
level set of locks (safe to use from multiple goroutines
simultaneously). However, you may also create a new separate set of locks
                  ^ here
test.

All locks are implemented with read-write mutexes. To use them like a regular
                                                    ^ and here
mutex, simply ignore the RLock/RUnlock functions.")
      (license license:public-domain))))


I think that's all.

HTH :)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]