flex
Version:
Implementation CSS layout using pure Reason - powered by css-layout project.
35 lines (34 loc) • 516 B
JSON
{
"build": [
[
"bash",
"-c",
"#{os == 'windows' ? 'patch -p1 < ocplib-endian-0.8.patch' : 'true'}"
],
[
"bash",
"-c",
"#{os == 'windows' ? 'patch -p1 < esy-fix.patch' : 'true'}"
],
[
"ocaml",
"setup.ml",
"-configure",
"--disable-debug",
"--prefix",
"#{self.install}"
],
[
"ocaml",
"setup.ml",
"-build"
]
],
"install": [
[
"ocaml",
"setup.ml",
"-install"
]
]
}