|
root / lang / ocaml-uutf / package.toml
package.toml TOML 28 lines 603 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# OCaml uutf - Unicode text decoder/encoder
# https://github.com/dbuenzli/uutf

[package]
name = "ocaml-uutf"
version = "1.0.3"
release = 1
description = "OCaml Unicode text decoder/encoder"
url = "https://github.com/dbuenzli/uutf"
license = "ISC"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["ocaml"]
build = ["ocaml", "ocaml-findlib", "ocaml-ocamlbuild", "ocaml-topkg"]

[[source]]
file = "uutf-1.0.3.tar.gz"
urls = [
    "https://github.com/dbuenzli/uutf/archive/refs/tags/v1.0.3.tar.gz"
]
checksum = "skip"
extract = true

[build]
parallel = false