@reason-native-web/cookie
Advanced tools
Comparing version 0.1.4 to 0.1.7
{ | ||
"version": "0.1.4", | ||
"version": "0.1.7", | ||
"name": "@reason-native-web/cookie", | ||
@@ -18,3 +18,3 @@ "license": "BSD-3-clause", | ||
"fmt": "dune build @fmt --auto-promote --root .", | ||
"docs": "dune build @doc --root .", | ||
"docs": "dune build @doc --only-packages=cookie --root .", | ||
"docs:open": "open #{self.target_dir / 'default' / '_doc' / '_html' / 'cookie' / 'index.html'}", | ||
@@ -24,7 +24,7 @@ "docs:path": "esy echo #{self.target_dir / 'default' / '_doc' / '_html'}" | ||
"dependencies": { | ||
"@opam/base": "*", | ||
"@opam/astring": "^0.8.3", | ||
"@opam/dune": ">=1.5.0", | ||
"@opam/ptime": "0.8.5", | ||
"@opam/uri": "3.1.0", | ||
"ocaml": ">=4.6.0" | ||
"ocaml": ">=4.8.0" | ||
}, | ||
@@ -41,2 +41,2 @@ "devDependencies": { | ||
} | ||
} | ||
} |
# Cookie | ||
A Cookie implementation i pure OCaml | ||
## Session | ||
A ocaml-session implementation heavily based on the cohttp implementation. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
1
8
16715
+ Added@opam/astring@^0.8.3
- Removed@opam/base@*
Updatedocaml@>=4.8.0