-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e3fbab0
Showing
17 changed files
with
2,943 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
languages: bash, css, json, lisp, markdown, plaintext, xml, yaml | ||
theme: a11y-dark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<rss version="2.0"> | ||
<channel> | ||
<title>cl-brewer-docs ChangeLog</title> | ||
<link>https://40ants.com/cl-brewer/</link> | ||
<generator>xml-emitter</generator> | ||
<language>en-us</language> | ||
<item> | ||
<title>0.10.0 (2023-07-23)</title> | ||
<description><ul><li><p>Library was refactored to use package-inferred system style. Also a new style documentation was added.</p></li></ul></description> | ||
<pubDate>Sun, 23 Jul 2023 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.9.1 (2023-07-14)</title> | ||
<description><ul><li><p>Fixed an error happened in case if program does not have any dynamic libs to install into the Cellar.</p></li></ul></description> | ||
<pubDate>Fri, 14 Jul 2023 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.9.0 (2023-07-14)</title> | ||
<description><p>Now when using Deploy, dynamic libraries copied into the libexec | ||
folder inside Cellar and not symlinked into the /ope/homebrew/bin folder.</p><p>Also, dynamic libraries provided by other Homebrew formulas are not | ||
copied into the Cellar, instead these formulas are listed as a dependency | ||
of the formula, created by cl-homebrew.</p></description> | ||
<pubDate>Fri, 14 Jul 2023 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.8.0 (2019-09-12)</title> | ||
<description><ul><li><p>Now cl-brewer suppress debug output of the Deploy's startup process.</p></li><li><p>Added a <code>--version</code> command line option.</p></li><li><p>Fixed creation of dist, local-projects and tmp in the current directory.</p></li></ul></description> | ||
<pubDate>Thu, 12 Sep 2019 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.7.0 (2019-09-11)</title> | ||
<description><ul><li><p>Added a generic-function <a href="https://40ants.com/cl-brewer/#x-28CL-BREWER-3AGET-IMPLICIT-DEPENDENCIES-20GENERIC-FUNCTION-29" data-document="https://40ants.com/cl-brewer/" data-node="x-28CL-BREWER-3AGET-IMPLICIT-DEPENDENCIES-20GENERIC-FUNCTION-29"><code>cl-brewer:get-implicit-dependencies</code></a> which can be used to | ||
specify additional dependencies for systems when asdf is not possible to figure them out.</p></li></ul><p>It can be used like that:</p><pre><code class="">(defmethod cl-brewer:get-implicit-dependencies ((system-name (eql :cl-unicode))) | ||
:flexi-streams)</code></pre><p>It can return a single keyword or a list of keywords.</p></description> | ||
<pubDate>Wed, 11 Sep 2019 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.6.0 (2019-07-30)</title> | ||
<description><ul><li><p>Now cl-brewer can be installed from the Homebrew tap as a binary.</p></li></ul></description> | ||
<pubDate>Tue, 30 Jul 2019 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.5.6 (2019-07-22)</title> | ||
<description><ul><li><p>Fixed arguments list in buildapp's entrypoint.</p></li></ul></description> | ||
<pubDate>Mon, 22 Jul 2019 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.5.5 (2019-07-22)</title> | ||
<description><ul><li><p>Fixed a bug in preloading code on buildapp.</p></li></ul></description> | ||
<pubDate>Mon, 22 Jul 2019 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.5.4 (2019-07-22)</title> | ||
<description><ul><li><p>Added support for <code>--preload</code> option. | ||
It allows to embedd Quicklisp client when building a binary for a homebrew.</p></li></ul></description> | ||
<pubDate>Mon, 22 Jul 2019 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.5.3 (2019-07-22)</title> | ||
<description><ul><li><p>More diagnostics to understand why does not work a binary built by homebrew.</p></li></ul></description> | ||
<pubDate>Mon, 22 Jul 2019 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.5.2 (2019-07-22)</title> | ||
<description><ul><li><p>Added an entry point for buildapp.</p></li></ul></description> | ||
<pubDate>Mon, 22 Jul 2019 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.5.1 (2019-07-21)</title> | ||
<description><ul><li><p>Kickstarting quicklisp client when building cl-brewer.</p></li></ul></description> | ||
<pubDate>Sun, 21 Jul 2019 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.5.0 (2019-07-21)</title> | ||
<description><ul><li><p>Now cl-brewer can work with package-inferred asdf systems.</p></li><li><p>Previously, some archives were included more than once because | ||
they contains multiple systems. Now this is fixed.</p></li><li><p>Added option <code>--compress-core</code>. It reduces size of a simple | ||
&quot;hello world&quot; from <code>52M</code> to <code>13M</code>.</p></li><li><p>Function <code>cl-brewer::create-formula</code> was made external and now | ||
can accept system name as a symbol.</p></li><li><p>Function <code>cl-brewer::save-formula</code> was made external.</p></li><li><p><code>ASDF</code> option <code>defsystem-depends-on</code> was supported.</p></li></ul></description> | ||
<pubDate>Sun, 21 Jul 2019 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.4.0 (2016-12-17)</title> | ||
<description><ul><li><p>Provide a way to skip some systems if not found by quicklisp. Right now it's only sb-introspect</p></li></ul></description> | ||
<pubDate>Sat, 17 Dec 2016 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.3.0 (2016-11-10)</title> | ||
<description><ul><li><p>A bit of doc strings.</p></li><li><p>Cli interface.</p></li><li><p>Code was split into multiple files.</p></li></ul></description> | ||
<pubDate>Thu, 10 Nov 2016 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.2.0 (2016-11-04)</title> | ||
<description><p>Initial working functionality.</p></description> | ||
<pubDate>Fri, 04 Nov 2016 00:00:00 +0000</pubDate> | ||
</item> | ||
</channel> | ||
</rss> |
Oops, something went wrong.