X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 0BC5ADC07DE for ; Mon, 2 Feb 2015 08:32:21 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id kx10so79539827pab.12 for ; Mon, 02 Feb 2015 00:32:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=RFEyffaoF3to155E/3NMBUwip40Siw9Vpevu9rgdL6M=; b=gNLnZFezNkpfdEaPsTx9M1a9qxfDAXr2MZYRlqR0kWEhEH3JpdV41UUJGNJvMJMHTG lr1KmtjGblE4qD/QbhPtIImTixzqG2bgRUXp4mJp/mgJm7AUQpbSfoWtNKH94T/ytYAL jD5wVQSQQ1L75+h7CocflKAFZMwT8Tf53IHHtTKc32BKtqgtD3inzcHinZCsues3pPN+ TiMNkZA2m3iVcKxR3WHxL3YLd6Y4Gs1XpITOjdnl8tatwWXvooVEjIbD99PZqr/zydTu PnkUjDQl0cNGvc8nXi/ZihDRx7ae11haqmKuCWSy8sSHrzpBGtJR1bpg0tzNqOzp3CWm ADrA== X-Received: by 10.70.127.239 with SMTP id nj15mr27392681pdb.136.1422865941042; Mon, 02 Feb 2015 00:32:21 -0800 (PST) Received: from twinpeaks.my.domain ([74.82.134.59]) by mx.google.com with ESMTPSA id vl1sm17981524pbc.62.2015.02.02.00.32.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Feb 2015 00:32:20 -0800 (PST) Date: Mon, 2 Feb 2015 00:32:18 -0800 From: Orion To: "alpine-devel@lists.alpinelinux.org" Subject: [alpine-devel] apk-tools - In need of a minimal spec Message-ID: <20150202003218.6209a4a2@twinpeaks.my.domain> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit I have began reading through the apk-tools source code with the goal of teaching myself more about how package managers work by porting it into go-lang. I would appreciate help compiling some minimally sufficient specification for this. I ask for your help because I have had little luck finding any kind of documentation, design thoughts, comments, or self describing functions/variables. Let me know what the easiest means of discussion would be. # Stuff I Found Confusing * blob.c * memspn() * memcspn() * apk_blob_spn() * apk_blob_cspn() * digitdecode & dx() - is data taken, encoded with your own custom codec and then put into a blow? * archive.c & gunzip.c * is the tar and gzip code used custom or pulled from existing implementations? Thank you for your time. -- keybase.io/systmkor --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---