From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?YWzDrXJpbyBleW5n?= Subject: Re: Proposal: Prefix language-name for language library packages Date: Fri, 29 Apr 2016 18:31:24 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awDCk-0001LO-QL for guix-devel@gnu.org; Fri, 29 Apr 2016 14:32:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awDCZ-0006WA-72 for guix-devel@gnu.org; Fri, 29 Apr 2016 14:31:49 -0400 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]:35006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awDCX-0006P7-Ua for guix-devel@gnu.org; Fri, 29 Apr 2016 14:31:43 -0400 Received: by mail-wm0-x231.google.com with SMTP id e201so37943856wme.0 for ; Fri, 29 Apr 2016 11:31:27 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Ludovic Court=C3=A8s: >what about multiple-language packages? I=E2=80=99m thinking of >=E2=80=98c+guile-guile=E2=80=99 and =E2=80=98c+siod+python-gimp=E2=80=99. the ideal categorization would be one output for each interface. so "guile" (scheme), "guile:c", "gimp" (gui), "gimp:c", "gimp:siod", "gimp:python", "emacs" (gui), "emacs:tui", "emacs:elisp" (to run "emacs -batch -eval"). e.g. guile:c and emacs:tui are pretty useless for me, so i could not install them. it's worth to focus on packages already split: "emacs" (gui+tui+elisp) and "emacs:no-gui" (tui+elisp), linux-libre, ... c nomenclature: packages with c interface currently have nothing, "lib" (prefix or postfix), "c-", "-c", "4c" or "-headers". e.g. "readline" "libunistring" "htslib" "c-ares" "json-c" "icu4c" "mesa-headers" "linux-libre-headers". and lots of synopses with nothing, "C library for", "C library providing", "C library to", "implementation in C" or "written in C". this would be consistent with trisquel: "libreadline-dev" "libunistring-dev" "libhts-dev" "libc-ares-dev" "libjson-c-dev" "libicu-dev" "libmesa-dev" (and "libmesa") "linux-libre-image" (and "linux-libre-libc-dev" or "linux-libre-headers"). suggestions: be consistent with other languages: "c-readline" "c-unistring" "c-hts" "c-ares" "c-json" "c-icu" "c-mesa" (hide the runtime) "linux-libre" (and "linux-libre:c"; actually the system would use "linux-libre-old:c" to keep current semantics). remove this information from synopses (or standardize to all).