-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreusot-lsp.opam.locked
121 lines (121 loc) · 2.98 KB
/
creusot-lsp.opam.locked
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
opam-version: "2.0"
name: "creusot-lsp"
version: "dev"
synopsis: "Language server for Creusot"
maintainer: "Li-yao Xia <[email protected]>"
authors: "Li-yao Xia"
homepage: "https://github.com/creusot-rs/creusot-ide"
depends: [
"angstrom" {= "0.16.1"}
"atomic" {= "base"}
"base" {= "v0.17.1"}
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-domains" {= "base"}
"base-nnp" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"bigstringaf" {= "0.10.0"}
"camlzip" {= "1.13"}
"cmdliner" {= "1.3.0"}
"conf-autoconf" {= "0.2"}
"conf-gmp" {= "4"}
"conf-pkg-config" {= "4"}
"conf-zlib" {= "1"}
"conf-zmq" {= "0.1"}
"cppo" {= "1.8.0"}
"csexp" {= "1.5.2"}
"dune" {= "3.17.1"}
"dune-build-info" {= "3.17.1"}
"dune-configurator" {= "3.17.1"}
"dune-private-libs" {= "3.17.1"}
"dune-site" {= "3.17.1"}
"dyn" {= "3.17.1"}
"fmt" {= "0.9.0"}
"ISO8601" {= "0.2.6"}
"jane-street-headers" {= "v0.17.0"}
"jsonm" {= "1.0.2"}
"jsonrpc" {= "1.20.1"}
"jst-config" {= "v0.17.0"}
"linol" {= "0.8"}
"linol-lwt" {= "0.8"}
"logs" {= "0.7.0"}
"lsp" {= "1.20.1"}
"lwt" {= "5.9.0"}
"menhir" {= "20240715"}
"menhirCST" {= "20240715"}
"menhirLib" {= "20240715"}
"menhirSdk" {= "20240715"}
"num" {= "1.5-1"}
"ocaml" {= "5.2.1"}
"ocaml-base-compiler" {= "5.2.1"}
"ocaml-compiler-libs" {= "v0.17.0"}
"ocaml-config" {= "3"}
"ocaml-options-vanilla" {= "1"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocaml_intrinsics_kernel" {= "v0.17.1"}
"ocamlbuild" {= "0.15.0"}
"ocamlfind" {= "1.9.6"}
"ocplib-endian" {= "1.2"}
"octavius" {= "1.2.2"}
"ordering" {= "3.17.1"}
"parsexp" {= "v0.17.0"}
"pp" {= "2.0.0"}
"ppx_assert" {= "v0.17.0"}
"ppx_base" {= "v0.17.0"}
"ppx_cold" {= "v0.17.0"}
"ppx_compare" {= "v0.17.0"}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "6.0.3"}
"ppx_enumerate" {= "v0.17.0"}
"ppx_expect" {= "v0.17.2"}
"ppx_globalize" {= "v0.17.0"}
"ppx_hash" {= "v0.17.0"}
"ppx_here" {= "v0.17.0"}
"ppx_inline_test" {= "v0.17.0"}
"ppx_js_style" {= "v0.17.0"}
"ppx_optcomp" {= "v0.17.0"}
"ppx_sexp_conv" {= "v0.17.0"}
"ppx_yojson_conv" {= "v0.17.0"}
"ppx_yojson_conv_lib" {= "v0.17.0"}
"ppxlib" {= "0.34.0"}
"ppxlib_jane" {= "v0.17.0"}
"seq" {= "base"}
"sexplib" {= "v0.17.0"}
"sexplib0" {= "v0.17.0"}
"stdio" {= "v0.17.0"}
"stdlib-shims" {= "0.3.0"}
"stdune" {= "3.17.1"}
"stringext" {= "1.6.0"}
"terminal_size" {= "0.2.0"}
"time_now" {= "v0.17.0"}
"toml" {= "7.1.0"}
"topkg" {= "1.0.7"}
"trace" {= "0.9"}
"uri" {= "4.4.0"}
"uutf" {= "1.0.3"}
"why3" {= "1.8.0"}
"why3find" {= "1.1.1+dev"}
"xmlm" {= "1.4.0"}
"yojson" {= "2.2.2"}
"zarith" {= "1.14"}
"zmq" {= "5.3.0"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
pin-depends: [
["why3.1.8.0" "git+https://gitlab.inria.fr/why3/why3.git/#HEAD"]
["why3find.1.1.1+dev" "git+https://git.frama-c.com/pub/why3find.git/#master"]
]