This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
34
unikernel/duniverse/fmt/fmt.opam
Normal file
34
unikernel/duniverse/fmt/fmt.opam
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
version: "0.11.0+dune"
|
||||
opam-version: "2.0"
|
||||
name: "fmt"
|
||||
synopsis: "OCaml Format pretty-printer combinators"
|
||||
description: """\
|
||||
Fmt exposes combinators to devise `Format` pretty-printing functions.
|
||||
|
||||
Fmt depends only on the OCaml standard library. The optional `Fmt_tty`
|
||||
library that allows to setup formatters for terminal color output
|
||||
depends on the Unix library. The optional `Fmt_cli` library that
|
||||
provides command line support for Fmt depends on [`cmdliner`].
|
||||
|
||||
Fmt is distributed under the ISC license.
|
||||
|
||||
Home page: <http://erratique.ch/software/fmt>
|
||||
|
||||
[`cmdliner`]: http://erratique.ch/software/cmdliner"""
|
||||
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
|
||||
authors: "The fmt programmers"
|
||||
license: "ISC"
|
||||
tags: ["string" "format" "pretty-print" "org:erratique"]
|
||||
homepage: "https://github.com/dune-universe/fmt"
|
||||
dev-repo: "git+https://github.com/dune-universe/fmt.git"
|
||||
bug-reports: "https://github.com/dbuenzli/fmt/issues"
|
||||
depends: [
|
||||
"ocaml" {>= "4.08.0"}
|
||||
"dune"
|
||||
]
|
||||
depopts: ["base-unix" "cmdliner"]
|
||||
conflicts: [
|
||||
"cmdliner" {< "1.3.0"}
|
||||
]
|
||||
build: [ "dune" "build" "-p" name "-j" jobs "@install" ]
|
||||
x-maintenance-intent: ["(latest)"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue