The unpac monorepo manager self-hosting as a monorepo using unpac

Merge pull request #53 from mirage/prepare-v3.5.1

Prepare v3.5.1

authored by dinosaure.tngl.sh and committed by

GitHub aa75cf72 3e0791f5

+7 -2
+5
CHANGES.md
··· 1 + ### v3.5.1 (2023-01-24) 2 + 3 + - Few fixes about benchmarks and tests (#51, @tbrk, @dinosaure) 4 + - Add missing dependency about `fmt` and fix the compilation for OCaml 5.0 (#52, @kit-ty-kate) 5 + 1 6 ### v3.5.0 (2021-02-08) 2 7 3 8 - Fix support for `x-compilation` (@samoht, #44)
+2 -2
base64.opam
··· 5 5 "Peter Zotov" ] 6 6 license: "ISC" 7 7 homepage: "https://github.com/mirage/ocaml-base64" 8 - doc: "http://mirage.github.io/ocaml-base64/" 8 + doc: "https://mirage.github.io/ocaml-base64/" 9 9 bug-reports: "https://github.com/mirage/ocaml-base64/issues" 10 10 dev-repo: "git+https://github.com/mirage/ocaml-base64.git" 11 11 synopsis: "Base64 encoding for OCaml" ··· 16 16 """ 17 17 depends: [ 18 18 "ocaml" {>= "4.03.0"} 19 - "dune" {>= "2.0"} 19 + "dune" {>= "2.3"} 20 20 "fmt" {with-test & >= "0.8.7"} 21 21 "bos" {with-test} 22 22 "rresult" {with-test}