AGDA的包装经理

agda-pkg的Python项目详细描述


agda pkgpypi version构建状态

agda pkg是一个管理agda库的工具,具有如下额外功能 从不同来源安装库。这个工具可以 根本不修改agda,它只是系统地管理目录 .agda和文件:.agda/defaults.agda/libraries 阿格达定位图书馆。有关agda包的更多信息 系统工作,请阅读官方文件 这里

在agda/package-index上,我们是 索引一些agda库。要安装库,请运行以下命令 agda pkg安装库名称。下面,你会找到其他方法 安装库。

$ apkg list 
Library name         Latest version  URL
---------------------------------------------------------------------------------------------------------
agda-base            v0.2            https://github.com/pcapriotti/agda-base.git
agda-categories      026658c         https://github.com/agda/agda-categories.git
agda-metis           v0.2.1          https://github.com/jonaprieto/agda-metis.git
agda-prelude         64b0eb2         https://github.com/UlfNorell/agda-prelude.git
agda-prop            v0.1.2          https://github.com/jonaprieto/agda-prop.git
agda-real            70b739a0        https://gitlab.com/pbruin/agda-real.git
agda-ring-solver     d1ed21c         https://github.com/oisdk/agda-ring-solver.git
agdarsec             v0.3.0          https://github.com/gallais/agdarsec.git
alga-theory          0fdb96c         https://github.com/algebraic-graphs/agda.git
ataca                a9a7c06         https://github.com/jespercockx/ataca.git
cat                  v1.6.0          https://github.com/fredefox/cat.git
cubical              v0.1            https://github.com/agda/cubical.git
FiniteSets           c8c2600         https://github.com/L-TChen/FiniteSets.git
fotc                 apia-1.0.2      https://github.com/asr/fotc.git
hott-core            1037d82         https://github.com/HoTT/HoTT-Agda.git
hott-theorems        1037d82         https://github.com/HoTT/HoTT-Agda.git
HoTT-UF-Agda         3bdfe5c         https://github.com/martinescardo/HoTT-UF-Agda-Lecture-Notes.git
lightweight-prelude  b2d440a         https://github.com/L-TChen/agda-lightweight-prelude.git
MtacAR               mtac1           https://github.com/L-TChen/MtacAR.git
plfa                 1dfd02f         https://github.com/plfa/plfa.github.io.git
routing-library      thesis          https://github.com/MatthewDaggitt/agda-routing.git
standard-library     v1.1            https://github.com/agda/agda-stdlib.git

AGDA软件包管理器安装

目录

快速启动

要安装agda pkg,必须已安装python 3.6+或更高版本 在你的机器上。此外,python包管理器pip3 18.0+(对于python 3)。

我们已经用agda v2.5.4+测试了agda包。

要安装此工具,请运行以下命令:

    $ pip install agda-pkg

现在,我们可以使用命令agda pkg甚至 更短的只是apkg

用法

包索引的初始化

安装库的最简单方法是使用.com/agda/package index" rel="nofollow">包索引。 agda pkg使用本地数据库维护所有 系统中可用的库。初始化索引和 数据库请运行以下命令:

    $ apkg init
    Indexing libraries from https://github.com/agda/package-index.git

注意。为agda文件使用不同的位置默认值 以及库,您可以设置环境变量agda_dir 运行前apkg如下:

    $ export AGDA_DIR=$HOME/.agda

另一种方法是在目录中创建一个目录.agda,然后运行 agda-pkg来自该目录。agda pkg将优先处理.agda 当前目录中的目录。

帮助命令

使用标志--help

检查命令或子命令的所有选项
    $ apkg --help
    $ apkg install --help

升级包索引

使用upgrade每隔一段时间更新一次索引

    $ apkg upgrade
    Updating Agda-Pkg from https://github.com/agda/package-index.git

如果要为库编制索引,请转到包索引并制作pr

列出所有可用的软件包

要查看所有可用的软件包,请运行以下命令:

    $ apkg list

此命令还具有标志--full以显示 此列表包含更多详细信息。

安装软件包

安装库现在很容易。我们有多种安装软件包的方法。

AGDA软件包管理器安装

    $ apkg install standard-library
    $ apkg install .

或者更简单:

$ apkg list 
Library name         Latest version  URL
---------------------------------------------------------------------------------------------------------
agda-base            v0.2            https://github.com/pcapriotti/agda-base.git
agda-categories      026658c         https://github.com/agda/agda-categories.git
agda-metis           v0.2.1          https://github.com/jonaprieto/agda-metis.git
agda-prelude         64b0eb2         https://github.com/UlfNorell/agda-prelude.git
agda-prop            v0.1.2          https://github.com/jonaprieto/agda-prop.git
agda-real            70b739a0        https://gitlab.com/pbruin/agda-real.git
agda-ring-solver     d1ed21c         https://github.com/oisdk/agda-ring-solver.git
agdarsec             v0.3.0          https://github.com/gallais/agdarsec.git
alga-theory          0fdb96c         https://github.com/algebraic-graphs/agda.git
ataca                a9a7c06         https://github.com/jespercockx/ataca.git
cat                  v1.6.0          https://github.com/fredefox/cat.git
cubical              v0.1            https://github.com/agda/cubical.git
FiniteSets           c8c2600         https://github.com/L-TChen/FiniteSets.git
fotc                 apia-1.0.2      https://github.com/asr/fotc.git
hott-core            1037d82         https://github.com/HoTT/HoTT-Agda.git
hott-theorems        1037d82         https://github.com/HoTT/HoTT-Agda.git
HoTT-UF-Agda         3bdfe5c         https://github.com/martinescardo/HoTT-UF-Agda-Lecture-Notes.git
lightweight-prelude  b2d440a         https://github.com/L-TChen/agda-lightweight-prelude.git
MtacAR               mtac1           https://github.com/L-TChen/MtacAR.git
plfa                 1dfd02f         https://github.com/plfa/plfa.github.io.git
routing-library      thesis          https://github.com/MatthewDaggitt/agda-routing.git
standard-library     v1.1            https://github.com/agda/agda-stdlib.git
0

安装库将在指定的目录中创建agda的副本 阿格达包装。如果您希望将当前目录带入 对于任何更改,请使用--editable选项。如下所示。

$ apkg list 
Library name         Latest version  URL
---------------------------------------------------------------------------------------------------------
agda-base            v0.2            https://github.com/pcapriotti/agda-base.git
agda-categories      026658c         https://github.com/agda/agda-categories.git
agda-metis           v0.2.1          https://github.com/jonaprieto/agda-metis.git
agda-prelude         64b0eb2         https://github.com/UlfNorell/agda-prelude.git
agda-prop            v0.1.2          https://github.com/jonaprieto/agda-prop.git
agda-real            70b739a0        https://gitlab.com/pbruin/agda-real.git
agda-ring-solver     d1ed21c         https://github.com/oisdk/agda-ring-solver.git
agdarsec             v0.3.0          https://github.com/gallais/agdarsec.git
alga-theory          0fdb96c         https://github.com/algebraic-graphs/agda.git
ataca                a9a7c06         https://github.com/jespercockx/ataca.git
cat                  v1.6.0          https://github.com/fredefox/cat.git
cubical              v0.1            https://github.com/agda/cubical.git
FiniteSets           c8c2600         https://github.com/L-TChen/FiniteSets.git
fotc                 apia-1.0.2      https://github.com/asr/fotc.git
hott-core            1037d82         https://github.com/HoTT/HoTT-Agda.git
hott-theorems        1037d82         https://github.com/HoTT/HoTT-Agda.git
HoTT-UF-Agda         3bdfe5c         https://github.com/martinescardo/HoTT-UF-Agda-Lecture-Notes.git
lightweight-prelude  b2d440a         https://github.com/L-TChen/agda-lightweight-prelude.git
MtacAR               mtac1           https://github.com/L-TChen/MtacAR.git
plfa                 1dfd02f         https://github.com/plfa/plfa.github.io.git
routing-library      thesis          https://github.com/MatthewDaggitt/agda-routing.git
standard-library     v1.1            https://github.com/agda/agda-stdlib.git
1
  • 从github存储库中
$ apkg list 
Library name         Latest version  URL
---------------------------------------------------------------------------------------------------------
agda-base            v0.2            https://github.com/pcapriotti/agda-base.git
agda-categories      026658c         https://github.com/agda/agda-categories.git
agda-metis           v0.2.1          https://github.com/jonaprieto/agda-metis.git
agda-prelude         64b0eb2         https://github.com/UlfNorell/agda-prelude.git
agda-prop            v0.1.2          https://github.com/jonaprieto/agda-prop.git
agda-real            70b739a0        https://gitlab.com/pbruin/agda-real.git
agda-ring-solver     d1ed21c         https://github.com/oisdk/agda-ring-solver.git
agdarsec             v0.3.0          https://github.com/gallais/agdarsec.git
alga-theory          0fdb96c         https://github.com/algebraic-graphs/agda.git
ataca                a9a7c06         https://github.com/jespercockx/ataca.git
cat                  v1.6.0          https://github.com/fredefox/cat.git
cubical              v0.1            https://github.com/agda/cubical.git
FiniteSets           c8c2600         https://github.com/L-TChen/FiniteSets.git
fotc                 apia-1.0.2      https://github.com/asr/fotc.git
hott-core            1037d82         https://github.com/HoTT/HoTT-Agda.git
hott-theorems        1037d82         https://github.com/HoTT/HoTT-Agda.git
HoTT-UF-Agda         3bdfe5c         https://github.com/martinescardo/HoTT-UF-Agda-Lecture-Notes.git
lightweight-prelude  b2d440a         https://github.com/L-TChen/agda-lightweight-prelude.git
MtacAR               mtac1           https://github.com/L-TChen/MtacAR.git
plfa                 1dfd02f         https://github.com/plfa/plfa.github.io.git
routing-library      thesis          https://github.com/MatthewDaggitt/agda-routing.git
standard-library     v1.1            https://github.com/agda/agda-stdlib.git
2
  • 从git存储库中
$ apkg list 
Library name         Latest version  URL
---------------------------------------------------------------------------------------------------------
agda-base            v0.2            https://github.com/pcapriotti/agda-base.git
agda-categories      026658c         https://github.com/agda/agda-categories.git
agda-metis           v0.2.1          https://github.com/jonaprieto/agda-metis.git
agda-prelude         64b0eb2         https://github.com/UlfNorell/agda-prelude.git
agda-prop            v0.1.2          https://github.com/jonaprieto/agda-prop.git
agda-real            70b739a0        https://gitlab.com/pbruin/agda-real.git
agda-ring-solver     d1ed21c         https://github.com/oisdk/agda-ring-solver.git
agdarsec             v0.3.0          https://github.com/gallais/agdarsec.git
alga-theory          0fdb96c         https://github.com/algebraic-graphs/agda.git
ataca                a9a7c06         https://github.com/jespercockx/ataca.git
cat                  v1.6.0          https://github.com/fredefox/cat.git
cubical              v0.1            https://github.com/agda/cubical.git
FiniteSets           c8c2600         https://github.com/L-TChen/FiniteSets.git
fotc                 apia-1.0.2      https://github.com/asr/fotc.git
hott-core            1037d82         https://github.com/HoTT/HoTT-Agda.git
hott-theorems        1037d82         https://github.com/HoTT/HoTT-Agda.git
HoTT-UF-Agda         3bdfe5c         https://github.com/martinescardo/HoTT-UF-Agda-Lecture-Notes.git
lightweight-prelude  b2d440a         https://github.com/L-TChen/agda-lightweight-prelude.git
MtacAR               mtac1           https://github.com/L-TChen/MtacAR.git
plfa                 1dfd02f         https://github.com/plfa/plfa.github.io.git
routing-library      thesis          https://github.com/MatthewDaggitt/agda-routing.git
standard-library     v1.1            https://github.com/agda/agda-stdlib.git
3

要指定库的版本,我们使用标志--version

$ apkg list 
Library name         Latest version  URL
---------------------------------------------------------------------------------------------------------
agda-base            v0.2            https://github.com/pcapriotti/agda-base.git
agda-categories      026658c         https://github.com/agda/agda-categories.git
agda-metis           v0.2.1          https://github.com/jonaprieto/agda-metis.git
agda-prelude         64b0eb2         https://github.com/UlfNorell/agda-prelude.git
agda-prop            v0.1.2          https://github.com/jonaprieto/agda-prop.git
agda-real            70b739a0        https://gitlab.com/pbruin/agda-real.git
agda-ring-solver     d1ed21c         https://github.com/oisdk/agda-ring-solver.git
agdarsec             v0.3.0          https://github.com/gallais/agdarsec.git
alga-theory          0fdb96c         https://github.com/algebraic-graphs/agda.git
ataca                a9a7c06         https://github.com/jespercockx/ataca.git
cat                  v1.6.0          https://github.com/fredefox/cat.git
cubical              v0.1            https://github.com/agda/cubical.git
FiniteSets           c8c2600         https://github.com/L-TChen/FiniteSets.git
fotc                 apia-1.0.2      https://github.com/asr/fotc.git
hott-core            1037d82         https://github.com/HoTT/HoTT-Agda.git
hott-theorems        1037d82         https://github.com/HoTT/HoTT-Agda.git
HoTT-UF-Agda         3bdfe5c         https://github.com/martinescardo/HoTT-UF-Agda-Lecture-Notes.git
lightweight-prelude  b2d440a         https://github.com/L-TChen/agda-lightweight-prelude.git
MtacAR               mtac1           https://github.com/L-TChen/MtacAR.git
plfa                 1dfd02f         https://github.com/plfa/plfa.github.io.git
routing-library      thesis          https://github.com/MatthewDaggitt/agda-routing.git
standard-library     v1.1            https://github.com/agda/agda-stdlib.git
4

或按如下方式使用@=更简单。

$ apkg list 
Library name         Latest version  URL
---------------------------------------------------------------------------------------------------------
agda-base            v0.2            https://github.com/pcapriotti/agda-base.git
agda-categories      026658c         https://github.com/agda/agda-categories.git
agda-metis           v0.2.1          https://github.com/jonaprieto/agda-metis.git
agda-prelude         64b0eb2         https://github.com/UlfNorell/agda-prelude.git
agda-prop            v0.1.2          https://github.com/jonaprieto/agda-prop.git
agda-real            70b739a0        https://gitlab.com/pbruin/agda-real.git
agda-ring-solver     d1ed21c         https://github.com/oisdk/agda-ring-solver.git
agdarsec             v0.3.0          https://github.com/gallais/agdarsec.git
alga-theory          0fdb96c         https://github.com/algebraic-graphs/agda.git
ataca                a9a7c06         https://github.com/jespercockx/ataca.git
cat                  v1.6.0          https://github.com/fredefox/cat.git
cubical              v0.1            https://github.com/agda/cubical.git
FiniteSets           c8c2600         https://github.com/L-TChen/FiniteSets.git
fotc                 apia-1.0.2      https://github.com/asr/fotc.git
hott-core            1037d82         https://github.com/HoTT/HoTT-Agda.git
hott-theorems        1037d82         https://github.com/HoTT/HoTT-Agda.git
HoTT-UF-Agda         3bdfe5c         https://github.com/martinescardo/HoTT-UF-Agda-Lecture-Notes.git
lightweight-prelude  b2d440a         https://github.com/L-TChen/agda-lightweight-prelude.git
MtacAR               mtac1           https://github.com/L-TChen/MtacAR.git
plfa                 1dfd02f         https://github.com/plfa/plfa.github.io.git
routing-library      thesis          https://github.com/MatthewDaggitt/agda-routing.git
standard-library     v1.1            https://github.com/agda/agda-stdlib.git
5

一次多个包

要同时安装多个库,我们有两个选项:

  1. 使用内联方法
$ apkg list 
Library name         Latest version  URL
---------------------------------------------------------------------------------------------------------
agda-base            v0.2            https://github.com/pcapriotti/agda-base.git
agda-categories      026658c         https://github.com/agda/agda-categories.git
agda-metis           v0.2.1          https://github.com/jonaprieto/agda-metis.git
agda-prelude         64b0eb2         https://github.com/UlfNorell/agda-prelude.git
agda-prop            v0.1.2          https://github.com/jonaprieto/agda-prop.git
agda-real            70b739a0        https://gitlab.com/pbruin/agda-real.git
agda-ring-solver     d1ed21c         https://github.com/oisdk/agda-ring-solver.git
agdarsec             v0.3.0          https://github.com/gallais/agdarsec.git
alga-theory          0fdb96c         https://github.com/algebraic-graphs/agda.git
ataca                a9a7c06         https://github.com/jespercockx/ataca.git
cat                  v1.6.0          https://github.com/fredefox/cat.git
cubical              v0.1            https://github.com/agda/cubical.git
FiniteSets           c8c2600         https://github.com/L-TChen/FiniteSets.git
fotc                 apia-1.0.2      https://github.com/asr/fotc.git
hott-core            1037d82         https://github.com/HoTT/HoTT-Agda.git
hott-theorems        1037d82         https://github.com/HoTT/HoTT-Agda.git
HoTT-UF-Agda         3bdfe5c         https://github.com/martinescardo/HoTT-UF-Agda-Lecture-Notes.git
lightweight-prelude  b2d440a         https://github.com/L-TChen/agda-lightweight-prelude.git
MtacAR               mtac1           https://github.com/L-TChen/MtacAR.git
plfa                 1dfd02f         https://github.com/plfa/plfa.github.io.git
routing-library      thesis          https://github.com/MatthewDaggitt/agda-routing.git
standard-library     v1.1            https://github.com/agda/agda-stdlib.git
6

如果需要特定版本,请使用@=,请参见上文 示例。

  1. 使用需求文件:

使用apkg freeze生成需求文件

$ apkg list 
Library name         Latest version  URL
---------------------------------------------------------------------------------------------------------
agda-base            v0.2            https://github.com/pcapriotti/agda-base.git
agda-categories      026658c         https://github.com/agda/agda-categories.git
agda-metis           v0.2.1          https://github.com/jonaprieto/agda-metis.git
agda-prelude         64b0eb2         https://github.com/UlfNorell/agda-prelude.git
agda-prop            v0.1.2          https://github.com/jonaprieto/agda-prop.git
agda-real            70b739a0        https://gitlab.com/pbruin/agda-real.git
agda-ring-solver     d1ed21c         https://github.com/oisdk/agda-ring-solver.git
agdarsec             v0.3.0          https://github.com/gallais/agdarsec.git
alga-theory          0fdb96c         https://github.com/algebraic-graphs/agda.git
ataca                a9a7c06         https://github.com/jespercockx/ataca.git
cat                  v1.6.0          https://github.com/fredefox/cat.git
cubical              v0.1            https://github.com/agda/cubical.git
FiniteSets           c8c2600         https://github.com/L-TChen/FiniteSets.git
fotc                 apia-1.0.2      https://github.com/asr/fotc.git
hott-core            1037d82         https://github.com/HoTT/HoTT-Agda.git
hott-theorems        1037d82         https://github.com/HoTT/HoTT-Agda.git
HoTT-UF-Agda         3bdfe5c         https://github.com/martinescardo/HoTT-UF-Agda-Lecture-Notes.git
lightweight-prelude  b2d440a         https://github.com/L-TChen/agda-lightweight-prelude.git
MtacAR               mtac1           https://github.com/L-TChen/MtacAR.git
plfa                 1dfd02f         https://github.com/plfa/plfa.github.io.git
routing-library      thesis          https://github.com/MatthewDaggitt/agda-routing.git
standard-library     v1.1            https://github.com/agda/agda-stdlib.git
7

现在,使用标志-r安装所有列出的库 在此文件中:

$ apkg list 
Library name         Latest version  URL
---------------------------------------------------------------------------------------------------------
agda-base            v0.2            https://github.com/pcapriotti/agda-base.git
agda-categories      026658c         https://github.com/agda/agda-categories.git
agda-metis           v0.2.1          https://github.com/jonaprieto/agda-metis.git
agda-prelude         64b0eb2         https://github.com/UlfNorell/agda-prelude.git
agda-prop            v0.1.2          https://github.com/jonaprieto/agda-prop.git
agda-real            70b739a0        https://gitlab.com/pbruin/agda-real.git
agda-ring-solver     d1ed21c         https://github.com/oisdk/agda-ring-solver.git
agdarsec             v0.3.0          https://github.com/gallais/agdarsec.git
alga-theory          0fdb96c         https://github.com/algebraic-graphs/agda.git
ataca                a9a7c06         https://github.com/jespercockx/ataca.git
cat                  v1.6.0          https://github.com/fredefox/cat.git
cubical              v0.1            https://github.com/agda/cubical.git
FiniteSets           c8c2600         https://github.com/L-TChen/FiniteSets.git
fotc                 apia-1.0.2      https://github.com/asr/fotc.git
hott-core            1037d82         https://github.com/HoTT/HoTT-Agda.git
hott-theorems        1037d82         https://github.com/HoTT/HoTT-Agda.git
HoTT-UF-Agda         3bdfe5c         https://github.com/martinescardo/HoTT-UF-Agda-Lecture-Notes.git
lightweight-prelude  b2d440a         https://github.com/L-TChen/agda-lightweight-prelude.git
MtacAR               mtac1           https://github.com/L-TChen/MtacAR.git
plfa                 1dfd02f         https://github.com/plfa/plfa.github.io.git
routing-library      thesis          https://github.com/MatthewDaggitt/agda-routing.git
standard-library     v1.1            https://github.com/agda/agda-stdlib.git
8

使用帮助信息检查此命令的所有选项:

$ apkg list 
Library name         Latest version  URL
---------------------------------------------------------------------------------------------------------
agda-base            v0.2            https://github.com/pcapriotti/agda-base.git
agda-categories      026658c         https://github.com/agda/agda-categories.git
agda-metis           v0.2.1          https://github.com/jonaprieto/agda-metis.git
agda-prelude         64b0eb2         https://github.com/UlfNorell/agda-prelude.git
agda-prop            v0.1.2          https://github.com/jonaprieto/agda-prop.git
agda-real            70b739a0        https://gitlab.com/pbruin/agda-real.git
agda-ring-solver     d1ed21c         https://github.com/oisdk/agda-ring-solver.git
agdarsec             v0.3.0          https://github.com/gallais/agdarsec.git
alga-theory          0fdb96c         https://github.com/algebraic-graphs/agda.git
ataca                a9a7c06         https://github.com/jespercockx/ataca.git
cat                  v1.6.0          https://github.com/fredefox/cat.git
cubical              v0.1            https://github.com/agda/cubical.git
FiniteSets           c8c2600         https://github.com/L-TChen/FiniteSets.git
fotc                 apia-1.0.2      https://github.com/asr/fotc.git
hott-core            1037d82         https://github.com/HoTT/HoTT-Agda.git
hott-theorems        1037d82         https://github.com/HoTT/HoTT-Agda.git
HoTT-UF-Agda         3bdfe5c         https://github.com/martinescardo/HoTT-UF-Agda-Lecture-Notes.git
lightweight-prelude  b2d440a         https://github.com/L-TChen/agda-lightweight-prelude.git
MtacAR               mtac1           https://github.com/L-TChen/MtacAR.git
plfa                 1dfd02f         https://github.com/plfa/plfa.github.io.git
routing-library      thesis          https://github.com/MatthewDaggitt/agda-routing.git
standard-library     v1.1            https://github.com/agda/agda-stdlib.git
9

卸载软件包

卸载包将从AGDA的可见库中删除库。

  • 使用库的名称
    $ pip install agda-pkg
0
  • 从当前目录推断库名称
    $ pip install agda-pkg
1

如果我们想完全删除库(源和 一切),我们使用标志--remove cache

    $ pip install agda-pkg
2

将软件包更新到最新版本

我们可以从 包索引中注册的版本。

  • 更新所有已安装的库:
    $ pip install agda-pkg
3
  • 更新库的特定列表。如果一些 未安装库,将安装此命令 它的最新版本。
    $ pip install agda-pkg
4

见安装的软件包

    $ pip install agda-pkg
5

此命令有助于将用于项目的版本保存在文件中 以后再安装。

    $ pip install agda-pkg
6

要从此需求文件安装,请运行此命令。

    $ pip install agda-pkg
7

包的近似搜索

我们使用关键字和 索引中的包。要执行这样的搜索,请参见以下内容 例子:

    $ pip install agda-pkg
8

获取包的所有信息

    $ pip install agda-pkg
9

为agda pkg创建库

在本节中,我们将介绍如何构建库。

要使用agda pkg构建项目,只需运行以下命令:

    $ apkg init
    Indexing libraries from https://github.com/agda/package-index.git
0

为了创建 AGDA和AGDA包所需的文件。

输出是如下所示的文件夹。

agda库的目录结构

通用AGDA库具有以下结构:

    $ apkg init
    Indexing libraries from https://github.com/agda/package-index.git
1

.agda lib库文件

    $ apkg init
    Indexing libraries from https://github.com/agda/package-index.git
2

.agda pkg库文件

此文件仅适用于agda pkg。的想法 此文件提供有关 包,与haskell的阴谋文件非常相似。 此文件的优先级高于其版本.agda lib

    $ apkg init
    Indexing libraries from https://github.com/agda/package-index.git
3

关于

这是agda包管理器概念的证明。 我们非常欢迎您为改进这项工作所作的任何贡献或反馈。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java使用userId创建对象列表   如何在Windows7上使用NIO库更改Java中的文件权限   python Java进程执行n秒并打印输出   java将请求从一个WSDL发送到另一个WSDL   java Spring数据JPA Hibernate LazyInitializationException   java Spring Boot Kafka消费者自定义JsonDeserializer,类型信息在yaml/properties中,不带@Bean   java“多对多”标记中的column属性指的是什么?   Groovy对Java类方法和参数的反射   java代码中惊人的错误   传递base64时java Play framework WebDevice activator启动问题   macos code runner在mac中找不到java文件   我得到的java找不到符号方法startActivityForResult(Intent,int)   Java中的继承超级关键字,有趣的行为,请解释