|
root / lang / ocaml-findlib / package.toml
package.toml TOML 19 lines 393 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
[package]
name = "ocaml-findlib"
version = "1.9.8"
description = "OCaml library manager and ocamlfind tool"
homepage = "http://projects.camlcity.org/projects/findlib.html"
license = "MIT"

[dependencies]
build = ["ocaml"]
runtime = ["ocaml"]

[[source]]
file = "findlib-1.9.8.tar.gz"
urls = [
    "http://download.camlcity.org/download/findlib-1.9.8.tar.gz"
]
checksum = "skip"
extract = true