forked from OCamlPro/owi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
owi.opam
79 lines (79 loc) · 2.18 KB
/
owi.opam
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"OCaml toolchain to work with WebAssembly, including an interpreter"
description:
"Owi is an OCaml toolchain to work with WebAssembly. It provides an interpreter as an executable and a library."
maintainer: ["Léo Andrès <[email protected]>"]
authors: [
"Léo Andrès <[email protected]>"
"Pierre Chambart <[email protected]>"
"Filipe Marques <[email protected]>"
"Eric Patrizio <[email protected]>"
"Arthur Carcano <[email protected]"
]
license: "AGPL-3.0-or-later"
tags: ["owi" "ocaml" "webassembly" "wasm" "interpreter" "compiler"]
homepage: "https://github.com/ocamlpro/owi"
bug-reports: "https://github.com/ocamlpro/owi/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "5.1"}
"menhir" {build & >= "20220210"}
"dune-site" {build}
"bos"
"cmdliner"
"conf-clang"
"digestif"
"integers" {>= "0.5.1"}
"ocaml_intrinsics"
"prelude" {>= "0.3"}
"sedlex"
"smtml" {>= "0.2.3"}
"uutf"
"xmlm"
"processor" {>= "0.2"}
"odoc" {with-doc}
"mdx" {with-test & >= "2.1"}
"frama-c" {>= "29.0" & with-test}
"bisect_ppx" {>= "2.5" & with-dev-setup}
"ocb" {>= "0.1" & with-dev-setup}
"crunch" {with-dev-setup}
"extunix" {with-dev-setup}
"crowbar" {with-dev-setup}
"gnuplot" {with-dev-setup}
"graphics" {with-dev-setup}
"tiny_httpd" {with-dev-setup}
"ocamlformat" {with-dev-setup}
"rusage" {with-dev-setup}
"tyxml" {with-dev-setup}
"yaml" {with-dev-setup}
"lwt" {with-dev-setup}
"cohttp" {with-dev-setup}
"cohttp-lwt-unix" {with-dev-setup}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ocamlpro/owi.git"
available: (arch = "x86_32" | arch = "x86_64" | arch = "arm64") & os != "win32"
depexts: [
["llvm" "lld"] {os-family = "debian"}
["llvm"] {os-family = "homebrew"}
]
pin-depends: [
[ "crowbar.dev" "git+https://github.com/stedolan/crowbar#1ab53fb088d56578b48301bc4cfb859331a10d78"]
]