this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update version and dune package constraints of smaws-lib and smaws-clients

+8 -8
+4 -4
packages/smaws-clients/smaws-clients.0.1-preview1/opam packages/smaws-clients/smaws-clients.0.1~preview1/opam
··· 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 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 }
+4 -4
packages/smaws-lib/smaws-lib.0.1-preview1/opam packages/smaws-lib/smaws-lib.0.1~preview1/opam
··· 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 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 }