From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2ED093858291 for ; Tue, 17 Jan 2023 23:33:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BE52E3858C52 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinwoodie.org Date: Tue, 17 Jan 2023 23:32:58 +0000 From: Adam Dinwoodie To: cygwin@cygwin.com Subject: [ANNOUNCEMENT] New package: inih v56-1 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Reply-To: cygwin@cygwin.com Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User List-Id: inih v56-1 has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. >From the upstream description[0]: > inih (INI Not Invented Here) is a simple .INI file parser written in > C. It's only a couple of pages of code, and it was designed to be > small and simple, so it's good for embedded systems. It's also more > or less compatible with Python's ConfigParser style of .INI files, > including RFC 822-style multi-line syntax and `name: value` entries. [0]: https://github.com/benhoyt/inih This includes the following packages: - libinih0 - libinih-devel - inih-debuginfo Thanks to Lemures Lemniscati and Jon Turney for their help getting this neatly packaged. Enjoy! Adam