andersfugmann / aws-s3

Ocaml library to access Amazon S3
https://andersfugmann.github.io/aws-s3/
BSD 3-Clause "New" or "Revised" License
49 stars 13 forks source link

Add previously-transitive Yojson dependency #30

Closed Leonidas-from-XIV closed 2 years ago

Leonidas-from-XIV commented 2 years ago

The code used to implicitly depend on Yojson via a transitive dependency, but it also uses Yojson directly, so it is better to declare it as such.

It doesn't require a lot from Yojson, just from_string so I didn't specify any version constraints since the function has been there for a long time.