File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/binary_tree/binary_tree.1.0 Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11opam-version: "2.0"
2233authors: "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"
4+ homepage: "https://github.com/Tralalero-Tralalal/coq-binary -tree"
5+ dev-repo: "git+https://github.com/Tralalero-Tralalal/coq-binary -tree"
6+ bug-reports: "https://github.com/Tralalero-Tralalal/coq-binary -tree/issues"
77license: "MIT"
88depends: [
99 "coq" {>= "8.16"}
@@ -13,11 +13,11 @@ build: [
1313 [make]
1414]
1515install: [
16- ["mkdir" "-p" "%{lib}%/coq/user-contrib/BTree "]
17- ["cp" "binary_tree.vo" "binary_tree.glob" "%{lib}%/coq/user-contrib/BTree /"]
16+ ["mkdir" "-p" "%{lib}%/coq/user-contrib/coq-binary-tree "]
17+ ["cp" "binary_tree.vo" "binary_tree.glob" "%{lib}%/coq/user-contrib/coq-binary-tree /"]
1818]
1919remove: [
20- ["rm" "-rf" "%{lib}%/coq/user-contrib/BTree "]
20+ ["rm" "-rf" "%{lib}%/coq/user-contrib/coq-binary-tree "]
2121]
2222synopsis: "A Coq binary tree module"
2323description: """
You can’t perform that action at this time.
0 commit comments