From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id kOBkIO95AWIL6gAAgWs5BA (envelope-from ) for ; Mon, 07 Feb 2022 20:58:39 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id NWE7He95AWLmbgEAauVa8A (envelope-from ) for ; Mon, 07 Feb 2022 20:58:39 +0100 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 362BC25E62 for ; Mon, 7 Feb 2022 20:58:39 +0100 (CET) Received: from localhost ([::1]:49910 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nHA9m-0002Ck-6B for larch@yhetil.org; Mon, 07 Feb 2022 14:58:38 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54706) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nHA9B-0002C2-WC for guix-patches@gnu.org; Mon, 07 Feb 2022 14:58:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:49961) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nHA9B-0006Ho-Mq for guix-patches@gnu.org; Mon, 07 Feb 2022 14:58:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nHA9B-00088o-M3 for guix-patches@gnu.org; Mon, 07 Feb 2022 14:58:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3. Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Feb 2022 19:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53765 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxime Devos , 53765@debbugs.gnu.org Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.164426384731254 (code B ref 53765); Mon, 07 Feb 2022 19:58:01 +0000 Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 19:57:27 +0000 Received: from localhost ([127.0.0.1]:43858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHA8d-000881-0Q for submit@debbugs.gnu.org; Mon, 07 Feb 2022 14:57:27 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:44682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHA8N-00087W-Fv for 53765@debbugs.gnu.org; Mon, 07 Feb 2022 14:57:26 -0500 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Jsxk85GCHz9scn; Mon, 7 Feb 2022 20:57:04 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1644263822; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+zeCxV3BGCXA69YpTeWrdrYYbTb60lLdZX75B+gpXFo=; b=erxMVJza8D7cFgMApKPmRDc0FKZg2NAbzJcaQ9D0sqhhAIN7iIiAGqNv0O4dZHbpteIRrt shNFSFK3Dv3Gd87H1dYK182vVbZt6idjhy5EX0uiI68Hx+Y9b7SQqe/bz2XjHS5loiJLJa jHOey7sPRcWyo2R1GuGOOB76+U/JJp+nY/TK4jvMB++ziCymLcUu/qxfoyvD5zUI7QVOAP CrZGSR9Ew24jJK6K7jRaXQIdl6ke/LqNQxec4Fg256FfoBC+m10F8Kc8PpiqiOPm84Uoog Yi9V4WGZxGkSJLhjtrewuXAa64yn5d9knE9Czc1Tdu7nd7xzr+5sCjv/xjNccQ== From: Reily Siegel In-Reply-To: References: <87y22r32hi.fsf@reilysiegel.com> <87czk332an.fsf@reilysiegel.com> Date: Mon, 07 Feb 2022 14:56:55 -0500 Message-ID: <8735kuxxfc.fsf@reilysiegel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1644263919; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to: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=+zeCxV3BGCXA69YpTeWrdrYYbTb60lLdZX75B+gpXFo=; b=erRKLxbdq1C7BlVA4zd6v1ME19xRaEy6SsAx6prsRXy/tiwAw+yKqVC+eIsbBDqdCnLb5b Rs25tUdhZvZUm71ZsJhMqbbT4oogTRLgep6RBPJBZ+rpCrkqNTuoNvi1nTqVrXMmXoRBC8 CRGFHcaml8Z4dx4rCJm/sssZjiS2ixwcuwD9Ywto+HVcQBJZH9LqKkcBZ321CjviI1UyVC WSysV1s4FhHUTM9y+eTpnX1N+E9NTHRjkKoN+3toYQ680EsYWG23Y6ChMdtc2imQpY7XTH 0SN/oAh23a+TrH3L5eeSL/3+YZtSr3A5ovbIiuXth/Vo3Y1NICzNv0UtlQwEhQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1644263919; a=rsa-sha256; cv=none; b=aOgXAIZedEHULfHxT5SZzW/2XSc7HxFbYaYvz3PhzfEUi1P/dq3jSebm1aI8QSExt6Jglj Ac5n1XezxCsHy0ELVMTOxADRDsfBBHDUT8dsFS6jIVRN+ZX3Y924B1dGGQ6rWOCsmcsbSf r1SFFGYgSyBLKtDAthiqbYwnaK/QkIktXTW4U1x+/LkWwMLIHIgNZuyfLEAnieC3K9VsWO 7IO5TrcGz6ikQXf7kwuecTFHmV3W7Ajx01OTe5md7NehlTeEhDWWWKH2whZoWhzJM0pARR m/r1DW170RifefT0i2yblq+05j/IUyXYGFImiOSSIWzwnuEaJpFtCXThv2mCYg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=reilysiegel.com header.s=MBO0001 header.b=erxMVJza; dmarc=none; 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" X-Migadu-Spam-Score: -2.33 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=reilysiegel.com header.s=MBO0001 header.b=erxMVJza; dmarc=none; 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" X-Migadu-Queue-Id: 362BC25E62 X-Spam-Score: -2.33 X-Migadu-Scanner: scn0.migadu.com X-TUID: dfnWSjYJHkcl Maxime Devos writes: > ;; Copyright (c) Cognitect, Inc. > ;; All rights reserved. > > =E2=80=98All rights reserved=E2=80=99 is not ASL2.0, and is blatantly non= -free. The pom.xml file says that this is ASL2.0 [1] > Also, are you sure this is source code? Aside from the comment above, > I don't see any comments or docstrings in specs.clj. specs.clj just contains what are essentially type definitions. The aws-api library that uses this is declarative, so it only needs to load type definitions, and the edn files that describe the endpoints. > Furthermore, service.edn and docs.edn are huge blobs -- it's textual > and not binary, but that doesn't make it source code. EDN is a strict subset of Clojure used for representing Clojure data structures, similar to JSON for JavaScript. > Greetings, > Maxime. --=20 Reily Siegel [1]: https://repo1.maven.org/maven2/com/cognitect/aws/s3/814.2.991.0/s3-814= .2.991.0.pom