linol/linol.opam
Simon Cruanes 00479b0f05
Some checks failed
github pages / deploy (push) Has been cancelled
build / build4 (4.14.x, ubuntu-latest) (push) Has been cancelled
build / build5 (5.1.x, ubuntu-latest) (push) Has been cancelled
build / build5 (5.2.x, ubuntu-latest) (push) Has been cancelled
build / build5 (5.3.x, ubuntu-latest) (push) Has been cancelled
tighter bound on lwt
close #57
2025-08-23 21:21:43 -04:00

34 lines
715 B
Text

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.10"
synopsis: "LSP server library"
maintainer: ["Simon Cruanes"]
authors: ["Simon Cruanes"]
license: "MIT"
homepage: "https://github.com/c-cube/linol"
bug-reports: "https://github.com/c-cube/linol/issues"
depends: [
"dune" {>= "2.0"}
"yojson" {>= "1.6" & < "3.0"}
"logs"
"trace" {>= "0.4"}
"ocaml" {>= "4.14"}
"odoc" {with-doc}
"uutf" {>= "1.0.2"}
"ppx_yojson_conv_lib" {>= "v0.14"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/c-cube/linol.git"