From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id p7glBdCQmWQ44wAASxT56A (envelope-from ) for ; Mon, 26 Jun 2023 15:21:20 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id qOrsAtCQmWRFlAAAG6o9tA (envelope-from ) for ; Mon, 26 Jun 2023 15:21:20 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 986B11F515 for ; Mon, 26 Jun 2023 15:21:19 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=UBeUAs7+; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1687785679; a=rsa-sha256; cv=none; b=blobLMJbNrpFmm9affWOkcGKk4enhALs9eJMTCR7QS8dShISpfVxMRjkyUY58obN3kq+uR GsBJwCFLtcxtTiJTEw5lOp+me+lkUlopLDmcYy/3zb131YGGE7QKPDXRg5piZQL0CmD/P3 pM6nfXkJtMbkSzdWo7TisQjeAKDFCY4LSohknuPIJlggECGQFVuc0VpdHYHktsj0eyqoiU vu2e9eHW1PnBw8y9sUSzPJUwD99C3cSvLyw9B54EzNUnB/gAzBlvP1cnDgHyjWb/4G9rir 9aNFWnBr0wujYay1wcXA8XAS/KfaG2X2gW5DRfYi9QsT8gG8B8eYGzGb7gm0rg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=UBeUAs7+; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1687785679; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=fBSHZt6i9oCuA/tsxwvYGTm5JSW+2vTjzSpL/OY7CJU=; b=KdshxLmcaLKBDoaxG7MAwQbvCXIj2dGCvpjNioe7Z/Xl6NwIdGQkaLq7GFV3eq7U7nkZ/O 3iIJ/h8JgEsVTbKMpM2o5MjSxzHJwl/umXlItZuE3KUNXjg4HqKE1EQbu/Op1DU1al7M/P p6c2Vq+Vg8BxRJnnhRRif4VB3KjGpqgcpwE3zqcuINQzhaAXav5DJLynqLnP8ZnKUHZV3B 6rI/XBQQmm9OoyDQyQXK5zckphw5iTx2/7neCyajzIbl2mst8MQYA7E4ssqZLw2xCdTm/u iotA5Hig95CbSaAnsCMoQugo4XQ7UO/AH9R2ocbQUh6xHj/h1mI9JNUTGvcKew== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qDm9W-0000WH-Ho; Mon, 26 Jun 2023 09:21:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qDm9P-0000KH-2v for guix-patches@gnu.org; Mon, 26 Jun 2023 09:21:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qDm9O-00072r-Ku for guix-patches@gnu.org; Mon, 26 Jun 2023 09:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qDm9O-0005RB-BJ for guix-patches@gnu.org; Mon, 26 Jun 2023 09:21:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57625] [PATCH v3 2/4] gnu: Add treecc. Resent-From: Adam Faiz Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 26 Jun 2023 13:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57625 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch moreinfo To: 57625@debbugs.gnu.org Cc: Maxime Devos Received: via spool by 57625-submit@debbugs.gnu.org id=B57625.168778562120815 (code B ref 57625); Mon, 26 Jun 2023 13:21:02 +0000 Received: (at 57625) by debbugs.gnu.org; 26 Jun 2023 13:20:21 +0000 Received: from localhost ([127.0.0.1]:44850 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDm8j-0005Pf-8g for submit@debbugs.gnu.org; Mon, 26 Jun 2023 09:20:21 -0400 Received: from knopi.disroot.org ([178.21.23.139]:37984) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDm8h-0005PR-9v for 57625@debbugs.gnu.org; Mon, 26 Jun 2023 09:20:20 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id A9D274022E; Mon, 26 Jun 2023 15:20:15 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qvd6u_Qdc-bj; Mon, 26 Jun 2023 15:20:14 +0200 (CEST) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1687785614; bh=YQPCi72cOrrTruLS00CF081RDJBRcOWAYHX6EbPVOWU=; h=Date:Subject:From:To:Cc:References:In-Reply-To; b=UBeUAs7+LYZ+gWl9vVNP1Rh62GrNWa8xYf4JL6IDCFZh4j6L2ji028FNc+yJYrz73 aGWF5alwlB8l0aNpgZExwwMghUOIbB/tajKsCkb24aAhNmcCle9tvC46QPr7n1MdF5 NonF+iMXFBFKNXpRcg3VNPOOjs3L5cWmXTBEJrf3LgbsfzF9kNHiyItoM3VEOZiBxb fmUkGJzb357D1fhU0icX04jLuLyzSs7OtXPP1XurGy07JcqcrtED8ebcCGnIuVIlyZ nLd3+rNaRiz3gfY4Nc4FJRqJlL8CDbtbYqK1ChyYtyg5ukhpnOQQwusqNOjWubsymH 0/+BR6Hjladag== Date: Mon, 26 Jun 2023 21:20:09 +0800 MIME-Version: 1.0 Content-Language: en-US References: <01d10129-3aad-cf8e-7616-2718b465f70f@disroot.org> In-Reply-To: <01d10129-3aad-cf8e-7616-2718b465f70f@disroot.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Adam Faiz X-ACL-Warn: , Adam Faiz via Guix-patches From: Adam Faiz via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -3.75 X-Migadu-Queue-Id: 986B11F515 X-Spam-Score: -3.75 X-TUID: poNauP0WUzCt >From 2623ee59df8fd2c73a16deb98b455d7330e06a08 Mon Sep 17 00:00:00 2001 Message-Id: <2623ee59df8fd2c73a16deb98b455d7330e06a08.1687784497.git.adam.faiz@disroot.org> In-Reply-To: <94149f940fc7dd3c052cfa9765933303abb7a4ee.1687784497.git.adam.faiz@disroot.org> References: <94149f940fc7dd3c052cfa9765933303abb7a4ee.1687784497.git.adam.faiz@disroot.org> From: AwesomeAdam54321 Date: Fri, 18 Nov 2022 08:31:56 +0800 Subject: [PATCH v3 2/4] gnu: Add treecc. * gnu/packages/dotgnu.scm: New file. --- gnu/packages/dotgnu.scm | 50 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 gnu/packages/dotgnu.scm diff --git a/gnu/packages/dotgnu.scm b/gnu/packages/dotgnu.scm new file mode 100644 index 0000000000..7d59496f22 --- /dev/null +++ b/gnu/packages/dotgnu.scm @@ -0,0 +1,50 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2016 Jan Nieuwenhuizen +;;; Copyright © 2020 Pierre Neidhardt +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix 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. +;;; +;;; GNU Guix 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. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages dotgnu) + #:use-module (guix build-system gnu) + #:use-module (guix download) + #:use-module (guix gexp) + #:use-module (guix packages) + #:use-module ((guix licenses) + #:prefix license:) + #:use-module (gnu packages autotools) + #:use-module (gnu packages bdw-gc) + #:use-module (gnu packages libffi)) + +(define-public treecc + (package + (name "treecc") + (version "0.3.10") + (source (origin + (method url-fetch) + (uri (string-append + "mirror://savannah/dotgnu-pnet/" + "treecc-" version ".tar.gz")) + (sha256 + (base32 + "1rzgnspg2xccdq3qsx0vi3j28h4qkrzbrjnhzvnny34fjfk217ay")))) + (build-system gnu-build-system) + (home-page "http://www.gnu.org/software/dotgnu/") + (synopsis "Abstract syntax tree compiler compiler") + (description + "The treecc program is designed to assist in the development of compilers +and other language-based tools. It manages the generation of code to handle +abstract syntax trees and operations upon the trees.") + (license license:gpl2+))) -- 2.40.1