Skip to content

Commit d7d0ba4

Browse files
fixed build sys, probably
1 parent 4dbae38 commit d7d0ba4

File tree

1 file changed

+6
-6
lines changed
  • packages/binary_tree/binary_tree.1.0

1 file changed

+6
-6
lines changed

packages/binary_tree/binary_tree.1.0/opam

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
33
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"
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"
77
license: "MIT"
88
depends: [
99
"coq" {>= "8.16"}
@@ -13,11 +13,11 @@ build: [
1313
[make]
1414
]
1515
install: [
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
]
1919
remove: [
20-
["rm" "-rf" "%{lib}%/coq/user-contrib/BTree"]
20+
["rm" "-rf" "%{lib}%/coq/user-contrib/coq-binary-tree"]
2121
]
2222
synopsis: "A Coq binary tree module"
2323
description: """

0 commit comments

Comments
 (0)