From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42b.google.com (mail-pf1-x42b.google.com [IPv6:2607:f8b0:4864:20::42b]) by sourceware.org (Postfix) with ESMTPS id 29BEC3858009 for ; Mon, 22 Feb 2021 22:14:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 29BEC3858009 Received: by mail-pf1-x42b.google.com with SMTP id r5so1534317pfh.13 for ; Mon, 22 Feb 2021 14:14:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:in-reply-to:references :message-id:mime-version:content-transfer-encoding; bh=wqCdAKOYAWd1HhUl719AvIoaFXprlfHAO/whp06ko9Y=; b=sSFgSkmh+atOpaRc6cVQDpMq70EgL/d6jtnzTDVRXhrjDo9D4FhbuJBZk7nvAyz0rb hoi1n1hmiKp8YK03duya8C7n6s4TsWZKhQ3/3H3gQlsQ26e3q26YCdR+cLdv8gt56s4p 2l5UgOHejRYA/dTuiaOimrc44totrPYzUB1ooDtwBF1BB8HFjARobJmQvUVRK9YxBHX+ vfmdM8dlS282Aq6ldkF17eLCq4NdjUJbqMGtB6HYEqdBw8NELne+HzLNDZTcIdQw9BJ9 NFjl1QXSfV767ZlOHuaON6MEoWakq76uqgzctuBitE3tbgObHWa+/RJP/wnQqhOMZqmb eWHA== X-Gm-Message-State: AOAM533bMpBhFT7eJaAsqkHwl4tStQ5Iv6yOeRFgh+ni6BNIgSYJblTd UAdEu+E4hx3exK91SU3zlwaZA7HaVjs= X-Google-Smtp-Source: ABdhPJwAI1USN7c0xEFPG4GJbCHFxEXjaSpVmXRXl/3kN4PyuGfaHovJAYad/e+lOEtxJVqXh84nDQ== X-Received: by 2002:a05:6a00:1a08:b029:1cd:404e:a70c with SMTP id g8-20020a056a001a08b02901cd404ea70cmr23798001pfv.33.1614032055039; Mon, 22 Feb 2021 14:14:15 -0800 (PST) Received: from [192.168.3.4] ([2400:2411:aa20:4300:72:5004:2d87:ad56]) by smtp.gmail.com with ESMTPSA id o18sm443512pjq.44.2021.02.22.14.14.13 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Feb 2021 14:14:14 -0800 (PST) Date: Tue, 23 Feb 2021 07:14:15 +0900 From: Lemures Lemniscati To: cygwin-apps@cygwin.com Subject: Multiple versions of Lua with alternatives In-Reply-To: <20210220191536.1263.50F79699@gmail.com> References: <874ki7uqz2.fsf@Rainer.invalid> <20210220191536.1263.50F79699@gmail.com> Message-Id: <20210223071413.7C26.50F79699@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.75.02 [ja] X-Antivirus: Avast (VPS 210222-2, 2021/02/22), Outbound message X-Antivirus-Status: Clean X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2021 22:14:17 -0000 Hi! We have lua5.1 packages [1] besides lua packages [2] in the current Cygwin distribution, although we have no lua 5.1 module packages. So I've added simply lua51 (obsoleting lua5.1) and no lua51-* module to the tree [3], which I'm proposing. [1]: https://www.cygwin.com/packages/summary/lua5.1-src.html [2]: https://www.cygwin.com/packages/summary/lua-src.html [3]: https://cygwin-lem.github.io/lua-cygwin-packages/ Regards, Lem