File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
packages/binary_tree/binary_tree.1.0 Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 3+ authors: "Pierre Castoran, slightly modified by Humam Alhusaini"
4+ homepage: "https://github.com/Tralalero-Tralalal/Coq-b-tree"
5+ dev-repo: "git+https://github.com/Tralalero-Tralalal/Coq-b-tree"
6+ bug-reports: "https://github.com/Tralalero-Tralalal/Coq-b-tree/issues"
7+ license: "MIT"
8+ depends: [
9+ "coq" {>= "8.16"}
10+ ]
11+ build: [
12+ ["coq_makefile" "-f" "_CoqProject" "-o" "Makefile"]
13+ [make]
14+ ]
15+ install: [
16+ ["mkdir" "-p" "%{lib}%/coq/user-contrib/BTree"]
17+ ["cp" "b_tree.vo" "b_tree.glob" "%{lib}%/coq/user-contrib/BTree/"]
18+ ]
19+ remove: [
20+ ["rm" "-rf" "%{lib}%/coq/user-contrib/BTree"]
21+ ]
22+ synopsis: "A Coq binary tree module"
23+ description: """
24+ This package provides a simple binary tree data structure and associated functions.
25+ """
26+ url {
27+ src:
28+ "https://github.com/Tralalero-Tralalal/coq-binary-tree/archive/refs/tags/binary-tree.tar.gz"
29+ checksum: [
30+ "md5=46899bef1acd87c089b954ae9ba0e975"
31+ "sha512=7091014ff2e378c8e193aca22da8cccdc5513350abddb78c2abf2ecccb3758db9b55e4d32831eeba170d2042473fcf3854a0d6bf1838d99088e73b27d3dffdbd"
32+ ]
33+ }
You can’t perform that action at this time.
0 commit comments