StandardLibrary

Releases

For versions 0.7 and earlier, the READMEs contain and link to library documentation.

VersionReleasedChangelogReadMeInstallationTested with Agda version(s)
2.02023-12-12ChangelogReadMeInstallation2.6.4.3, 2.6.4.2, 2.6.4.1 and 2.6.4
1.7.32023-10-13ChangelogReadMeInstallation2.6.4 and 2.6.3
1.7.22023-01-31ChangelogReadMeInstallation2.6.3
1.7.12021-11-22ChangelogReadMeInstallation2.6.3, 2.6.2.2, 2.6.2.1 and 2.6.2
1.72021-06-20ChangelogReadMeInstallation2.6.2
1.62021-04-22ChangelogReadMeInstallation2.6.1.3 and 2.6.1
1.52021-01-26ChangelogReadMeInstallation2.6.1.3, 2.6.1.2, 2.6.1.1 and 2.6.1
1.42020-09-18ChangelogReadMeInstallation2.6.1 and 2.6.1.1
1.32020-03-17ChangelogReadMeInstallation2.6.1
1.22019-11-11ChangelogReadMeInstallation2.6.0.1
1.12019-06-29ChangelogReadMeInstallation2.6.0.1
1.0.12019-04-23ChangelogReadMeInstallation2.6.0.1 and 2.6.0
1.02019-04-12ChangelogReadMeInstallation2.6.0
0.172018-10-20ChangelogReadMeInstallation2.5.4.2, 2.5.4.1 and 2.5.4
0.16.12018-08-17ChangelogReadMeInstallation2.5.4.1 and 2.5.4
0.162018-06-08ChangelogReadMeInstallation2.5.4.1 and 2.5.4
0.152018-03-12ChangelogReadMeInstallation2.5.3
0.142017-09-11ChangelogReadMeInstallation2.5.3
0.132016-12-22ChangelogReadMeInstallation2.5.2
0.122016-04-16ChangelogReadMeInstallation2.5.1.2, 2.5.1.1 and 2.5.1
0.112015-10-28ChangelogReadMe 2.4.2.5 and 2.4.2.4
0.102015-09-23ChangelogReadMe 2.4.2.3
0.92014-11-14 ReadMe 2.4.2.2 and 2.4.2.1
0.8.12014-08-29 ReadMe 2.4.2
0.82014-06-11 ReadMe 2.4.0.2, 2.4.0.1 and 2.4.0
0.72013-01-29 ReadMe 2.3.2.2, 2.3.2.1 and 2.3.2
0.62011-12-27 ReadMe 2.3.0
0.52011-02-20 ReadMe 2.2.10
0.42010-09-27 ReadMe 2.2.8
0.3  ReadMe 2.2.6
0.2  ReadMe 2.2.4
0.1  ReadMe 2.2.2

Development version

Note that the development version of the library often requires the development version of Agda.

  • Git repository. README.
  • You can get the development version as follows:
    git clone https://github.com/agda/agda-stdlib.git

Contributions are welcome, see the README.

From Agda-2.5: Telling Agda about the location of the standard library

See INSTALLATION.

Until Agda-2.4: Setting up the Emacs mode for use with the library

  • Download the library and unpack it into some directory DIR.
  • In Emacs, type the following commands:
   M-x load-library RET agda2-mode RET
   M-x customize-group RET agda2 RET
  • Look for the option Agda2 Include Dirs. Insert the path DIR/src.
  • In the development version under git one needs instead to look for the option Agda2 Program Args. Insert for each path element --include-path=path where path is your path. One path element should be the current directory, ., and one should be the location of the standard-library DIR/src.
  • Click Save for Future Sessions.
  • If the Save for Future Sessions is grey, click the State button inside Agda2 Include Dirs and choose Save for Future Sessions there.
Page last modified on March 06, 2024, at 10:50 am
Powered by PmWiki