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

Configure Feed

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

add @dinosaure to authors and min ocaml version

+2 -1
+2 -1
vendor/opam/base64/base64.opam
··· 1 1 opam-version: "2.0" 2 2 maintainer: "mirageos-devel@lists.xenproject.org" 3 3 authors: [ "Thomas Gazagnaire" 4 - "Anil Madhavapeddy" 4 + "Anil Madhavapeddy" "Calascibetta Romain" 5 5 "Peter Zotov" ] 6 6 license: "ISC" 7 7 homepage: "https://github.com/mirage/ocaml-base64" ··· 15 15 representation. It is specified in RFC 4648. 16 16 """ 17 17 depends: [ 18 + "ocaml" {>="4.03.0"} 18 19 "base-bytes" 19 20 "dune" {build & >= "1.0.1"} 20 21 "bos" {with-test}