-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypesafety.opam
More file actions
30 lines (30 loc) · 841 Bytes
/
typesafety.opam
File metadata and controls
30 lines (30 loc) · 841 Bytes
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
28
29
30
opam-version: "2.0"
name: "typesafety"
version: "0.14.4"
synopsis: "Typechecker powerful wrapper for HHVM/Hack"
maintainer: "Noritka Horio <holy.shared.design@gmail.com>"
authors: [ "Noritka Horio <holy.shared.design@gmail.com>" ]
license: "MIT"
homepage: "https://github.com/hhpack/typesafety-cli"
dev-repo: "git://github.com/hhpack/typesafety-cli.git"
bug-reports: "https://github.com/hhpack/typesafety-cli/issues"
build: [
["dune" "build" "-p" name "-j" jobs]
]
run-test: [
["dune" "runtest" "-p" name]
]
depends: [
"dune" {build}
"atdgen" {>= "1.12.0"}
"base-threads"
"cmdliner" {build & >= "1.0.0"}
"cohttp" {>= "1.0.0"}
"cohttp-lwt-unix" {>= "1.0.0"}
"lwt" {>= "3.3.0"}
"tls" {>= "0.10.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"ounit" {with-test & >= "2.0.0"}
]
available: [ "ocaml:version" >= "4.06.0" ]