File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
smaws-clients/smaws-clients.0.1~preview1
smaws-lib/smaws-lib.0.1~preview1 Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license: "MIT"
9
9
homepage: "https://github.com/chris-armstrong/smaws"
10
10
bug-reports: "https://github.com/chris-armstrong/smaws/issues"
11
11
depends: [
12
- "dune" {>= "3.15" & >= "3.14" }
12
+ "dune" {>= "3.15"}
13
13
"ocaml" {>= "5.0"}
14
14
"smaws-lib"
15
15
"alcotest" {with-test}
@@ -32,9 +32,9 @@ build: [
32
32
dev-repo: "git+https://github.com/chris-armstrong/smaws.git"
33
33
url {
34
34
src:
35
- "https://github.com/chris-armstrong/smaws/archive/refs/tags/0.1- preview1.tar.gz"
35
+ "https://github.com/chris-armstrong/smaws/archive/refs/tags/0.1. preview1.tar.gz"
36
36
checksum: [
37
- "md5=f040d419bc91f6d08a1407566f05c49a "
38
- "sha512=5877972b83e06ffc44ddb0a24062a5c56c92f85a8bc81f600328d33a51cf3df85dc76cfb45711edd49c97b878011746c3dfc71828dadebbb6fedf4694a77f22b "
37
+ "md5=18fb70dbc45e8d81a341b9bed6871bab "
38
+ "sha512=7607dc98acaeed5803b44c9ca32d90c88e7813d4b3e3ae4ec661a0bad16c88dc1476bc780877527ea4cd5a4b7398453c1bb600ce0db14d39afa05dc4762b5ba5 "
39
39
]
40
40
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license: "MIT"
8
8
homepage: "https://github.com/chris-armstrong/smaws"
9
9
bug-reports: "https://github.com/chris-armstrong/smaws/issues"
10
10
depends: [
11
- "dune" {>= "3.15" & >= "3.14" }
11
+ "dune" {>= "3.15"}
12
12
"ocaml" {>= "5.0"}
13
13
"yojson" {>= "2.0.0"}
14
14
"fmt" {>= "0.9.0"}
@@ -43,9 +43,9 @@ build: [
43
43
dev-repo: "git+https://github.com/chris-armstrong/smaws.git"
44
44
url {
45
45
src:
46
- "https://github.com/chris-armstrong/smaws/archive/refs/tags/0.1- preview1.tar.gz"
46
+ "https://github.com/chris-armstrong/smaws/archive/refs/tags/0.1. preview1.tar.gz"
47
47
checksum: [
48
- "md5=f040d419bc91f6d08a1407566f05c49a "
49
- "sha512=5877972b83e06ffc44ddb0a24062a5c56c92f85a8bc81f600328d33a51cf3df85dc76cfb45711edd49c97b878011746c3dfc71828dadebbb6fedf4694a77f22b "
48
+ "md5=18fb70dbc45e8d81a341b9bed6871bab "
49
+ "sha512=7607dc98acaeed5803b44c9ca32d90c88e7813d4b3e3ae4ec661a0bad16c88dc1476bc780877527ea4cd5a4b7398453c1bb600ce0db14d39afa05dc4762b5ba5 "
50
50
]
51
51
}
You can’t perform that action at this time.
0 commit comments