this repo has no description

add OCaml version constraint and proper tag

Changed files
+7 -7
packages
polars
polars.0.0.1
polars_async
polars_async.0.0.1
+4 -4
packages/polars/polars.0.0.1/opam
···
"core_kernel"
"core_unix"
"dune" {>= "3.8"}
-
"ocaml"
+
"ocaml" {< "5.0.0"}
"ppx_jane"
"ppx_typed_fields"
]
···
available: (os = "linux" & (arch = "x86_64" | arch = "arm64")) | (os = "macos" & arch = "x86_64")
url {
src:
-
"https://github.com/mt-caret/polars-ocaml/archive/refs/tags/v0.0.1-test-tag.tar.gz"
+
"https://github.com/mt-caret/polars-ocaml/archive/refs/tags/v0.0.1.tar.gz"
checksum: [
-
"md5=6ffb9bd73b1206b5eca9be33086ce84a"
-
"sha512=36353dadb63a202d4fbc1a92949cd83396fff9e62c29b3773201be545d6e4d7f4ccd627aacb01eb7c9199556f460ed1d237fb70604c36da5dde4856aec315b0f"
+
"md5=ef1305324869bee63a840322c1a47fc1"
+
"sha512=9d6b921b1e7b5e2fd1d9f876708f93f0631d11d87165c12a05547d406f5c83ff0bd53243300af96cdfb7a3a183f818e2181960bc119fe792a9461d99e426dfea"
]
}
+3 -3
packages/polars_async/polars_async.0.0.1/opam
···
dev-repo: "git+https://github.com/mt-caret/polars-ocaml.git"
url {
src:
-
"https://github.com/mt-caret/polars-ocaml/archive/refs/tags/v0.0.1-test-tag.tar.gz"
+
"https://github.com/mt-caret/polars-ocaml/archive/refs/tags/v0.0.1.tar.gz"
checksum: [
-
"md5=6ffb9bd73b1206b5eca9be33086ce84a"
-
"sha512=36353dadb63a202d4fbc1a92949cd83396fff9e62c29b3773201be545d6e4d7f4ccd627aacb01eb7c9199556f460ed1d237fb70604c36da5dde4856aec315b0f"
+
"md5=ef1305324869bee63a840322c1a47fc1"
+
"sha512=9d6b921b1e7b5e2fd1d9f876708f93f0631d11d87165c12a05547d406f5c83ff0bd53243300af96cdfb7a3a183f818e2181960bc119fe792a9461d99e426dfea"
]
}