-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpack.toml
More file actions
21 lines (18 loc) · 553 Bytes
/
Copy pathpack.toml
File metadata and controls
21 lines (18 loc) · 553 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-License-Identifier: MPL-2.0
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
#
# Pack package manager configuration for Idris2 packages.
# Install pack: https://github.com/stefan-hoeck/idris2-pack
[custom.all.hypatia-abi]
type = "local"
path = "src/abi"
ipkg = "hypatia-abi.ipkg"
[custom.all.hypatia-verify]
type = "local"
path = "verify"
ipkg = "hypatia-verify.ipkg"
[custom.all.proven]
type = "github"
url = "https://github.com/hyperpolymath/proven"
commit = "main"
ipkg = "proven.ipkg"