File: opam

package info (click to toggle)
uutf 0.9.4-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 400 kB
  • ctags: 384
  • sloc: ml: 1,815; makefile: 32
file content (18 lines) | stat: -rw-r--r-- 642 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
opam-version: "1"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
homepage: "http://erratique.ch/software/uutf"
authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
doc: "http://erratique.ch/software/uutf/doc/Uutf"
tags: [ "unicode" "text" "utf-8" "utf-16" "codec" "org:erratique" ]
license: "BSD3"
ocaml-version: [>= "4.00.0"]
depends: ["ocamlfind"]
depopts: ["cmdliner"
          "cmdliner" {test} ]
build:
[
  [ "ocaml" "pkg/git.ml" ]
  [ "ocaml" "pkg/build.ml" "native=%{ocaml-native}%"
                           "native-dynlink=%{ocaml-native-dynlink}%"
                           "cmdliner=%{cmdliner:installed}%" ]
]