|
root / lang / reef / package.toml
package.toml TOML 26 lines 613 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
# Reef - Programming language for system programming
# https://reef-lang.org

[package]
name = "reef"
version = "0.7.7"
release = 1
description = "Reef programming language compiler and runtime"
url = "https://reef-lang.org"
license = "BSD-2-Clause"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = ["ocaml", "dune", "menhir", "ocaml-alcotest"]

[[source]]
file = "reef-lang-0.7.7-source.tar.gz"
urls = ["reef-lang-0.7.7-source.tar.gz"]
checksum = "d27b526aa7f7e61c72c0b16a9fd8a3ef37e39676a2d0d14257a244b678cd3516"
extract = true

[build]
parallel = false