This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
31
unikernel/duniverse/ocaml-base64/base64.opam
Normal file
31
unikernel/duniverse/ocaml-base64/base64.opam
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
version: "3.5.2"
|
||||
opam-version: "2.0"
|
||||
maintainer: "mirageos-devel@lists.xenproject.org"
|
||||
authors: [ "Thomas Gazagnaire"
|
||||
"Anil Madhavapeddy" "Calascibetta Romain"
|
||||
"Peter Zotov" ]
|
||||
license: "ISC"
|
||||
homepage: "https://github.com/mirage/ocaml-base64"
|
||||
doc: "https://mirage.github.io/ocaml-base64/"
|
||||
bug-reports: "https://github.com/mirage/ocaml-base64/issues"
|
||||
dev-repo: "git+https://github.com/mirage/ocaml-base64.git"
|
||||
synopsis: "Base64 encoding for OCaml"
|
||||
description: """
|
||||
Base64 is a group of similar binary-to-text encoding schemes that represent
|
||||
binary data in an ASCII string format by translating it into a radix-64
|
||||
representation. It is specified in RFC 4648.
|
||||
"""
|
||||
depends: [
|
||||
"ocaml" {>= "4.07.0"}
|
||||
"dune" {>= "2.3"}
|
||||
"fmt" {with-test & >= "0.8.7"}
|
||||
"bos" {with-test}
|
||||
"rresult" {with-test}
|
||||
"alcotest" {with-test}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||
]
|
||||
x-maintenance-intent: [ "(latest)" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue