<div dir="ltr">Each commit of Agda contains a reference to the particular commit of the standard library<div>that it has been tested with. To find out which one you can do the following (after checking<br></div><div>out the commit of Agda that you are interested in):</div><span class="gmail-s1" style="font-family:arial,helvetica,sans-serif"><div><span class="gmail-s1" style="font-family:arial,helvetica,sans-serif"><br></span></div>$ git submodule init</span><br><span style="font-family:arial,helvetica,sans-serif">Submodule &#39;std-lib&#39; (<a href="https://github.com/agda/agda-stdlib">https://github.com/agda/agda-stdlib</a>) registered for path &#39;std-lib&#39;</span><br><span class="gmail-s1" style="font-family:arial,helvetica,sans-serif">$ git submodule update</span><br><span style="font-family:arial,helvetica,sans-serif">Cloning into &#39;std-lib&#39;...</span><br><div><span style="font-family:arial,helvetica,sans-serif">Submodule path &#39;std-lib&#39;: checked out &#39;7220ca3ee025e9339aa8e5d11efcd069764e7977&#39;</span><br><span class="gmail-s1" style="font-family:arial,helvetica,sans-serif">$ cd std-lib</span><br><span class="gmail-s1" style="font-family:arial,helvetica,sans-serif">$ git status</span><br><span class="gmail-s1" style="font-family:arial,helvetica,sans-serif">HEAD detached at </span><span class="gmail-s5" style="font-family:arial,helvetica,sans-serif">7220ca3</span></div><div><span class="gmail-s5" style="font-family:arial,helvetica,sans-serif"><br></span></div><div><span class="gmail-s5" style="font-family:arial,helvetica,sans-serif">So the commit of the standard library that works with the Agda commit I tested this on is</span></div><div><span style="font-family:arial,helvetica,sans-serif">7220ca3. This is probably the easiest way for your users to get a compatible version of</span></div><div><span style="font-family:arial,helvetica,sans-serif">the standard library as well, saving them the trouble of keeping track of two commit hashes.</span></div><div><span class="gmail-s5" style="font-family:arial,helvetica,sans-serif"><br></span></div><div><span class="gmail-s5" style="font-family:arial,helvetica,sans-serif">/ Ulf</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 8, 2016 at 7:03 PM, Sergei Meshveliani <span dir="ltr">&lt;<a href="mailto:mechvel@botik.ru" target="_blank">mechvel@botik.ru</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, 2016-12-08 at 12:48 -0500, Andrés Sicard-Ramírez wrote:<br>
&gt; On 8 December 2016 at 12:29, Sergei Meshveliani &lt;<a href="mailto:mechvel@botik.ru">mechvel@botik.ru</a>&gt; wrote:<br>
&gt; &gt; Please, what is the Standard library version for Stable Development<br>
&gt; &gt; Agda ?<br>
&gt;<br>
&gt; There isn&#39;t a *released* version of the standard library for the<br>
&gt; development branches (master or stable-2.5) of Agda. Currently, you<br>
&gt; can use the master branch of the repository of the standard library<br>
&gt;<br>
&gt;   <a href="https://github.com/agda/agda-stdlib" rel="noreferrer" target="_blank">https://github.com/agda/agda-<wbr>stdlib</a><br>
&gt;<br>
&gt; with both development branches (master or stable-2.5) of Agda.<br>
<br>
</span>I have downloaded the Development Standard library of today,<br>
in order to use it with  agda 2.5.2-dc9ffae<br>
(?)<br>
And when installing, it says &quot;Building lib-0.12&quot;.<br>
May be, it coincides with lib-0.12 ?<br>
<br>
Thanks,<br>
<br>
------<br>
Sergei<br>
<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
Agda mailing list<br>
<a href="mailto:Agda@lists.chalmers.se">Agda@lists.chalmers.se</a><br>
<a href="https://lists.chalmers.se/mailman/listinfo/agda" rel="noreferrer" target="_blank">https://lists.chalmers.se/<wbr>mailman/listinfo/agda</a><br>
</div></div></blockquote></div><br></div>