|
root / lang / ocaml-ocamlbuild / package.toml
package.toml TOML 19 lines 376 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
[package]
name = "ocaml-ocamlbuild"
version = "0.15.0"
description = "OCaml build tool"
homepage = "https://github.com/ocaml/ocamlbuild"
license = "LGPL-2.0"

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

[[source]]
file = "ocamlbuild-0.15.0.tar.gz"
urls = [
    "https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.15.0.tar.gz"
]
checksum = "skip"
extract = true