-
Notifications
You must be signed in to change notification settings - Fork 1
/
catala-lsp.opam
31 lines (31 loc) · 1.08 KB
/
catala-lsp.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
opam-version: "2.0"
version: "0.0.1"
name: "catala-lsp"
maintainer: "Vincent Botbol"
authors: [ "Vincent Botbol" ]
license: "Apache-2.0"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"ocaml" {>= "4.14.1"}
"dune" { >= "3.0" }
"catala" { = "dev" }
"logs"
"uri"
"linol" { = "dev" }
"linol-lwt" { = "dev" }
"atdgen" { build }
"atdgen-runtime"
]
pin-depends: [
["catala.dev" "git+https://github.com/CatalaLang/catala#lsp-compat"]
# TODO: remove linol's pinning once the required changes are
# published in opam
["linol.dev" "git+https://github.com/c-cube/linol#a779942f9592a762d26484d03b1f93110dbaf577"]
["linol-lwt.dev" "git+https://github.com/c-cube/linol#a779942f9592a762d26484d03b1f93110dbaf577"]
]
tags: [ "catala" "lsp" ]
homepage: "https://github.com/CatalaLang/catala-language-server"
dev-repo: "git+https://github.com/CatalaLang/catala-language-server.git"
bug-reports: "https://github.com/CatalaLang/catala-language-server/issues"
synopsis: "Catala Language Server Protocol (LSP)"
description:"Implementation of a Language Server Protocol (LSP) for Catala."