mirror of
https://github.com/c-cube/linol.git
synced 2025-12-05 19:00:34 -05:00
33 lines
701 B
Text
33 lines
701 B
Text
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
version: "0.8"
|
|
synopsis: "LSP server library (with Eio for concurrency)"
|
|
maintainer: ["Simon Cruanes"]
|
|
authors: ["Nick Hu"]
|
|
license: "MIT"
|
|
homepage: "https://github.com/c-cube/linol"
|
|
bug-reports: "https://github.com/c-cube/linol/issues"
|
|
depends: [
|
|
"dune" {>= "3.0"}
|
|
"yojson" {>= "1.6"}
|
|
"linol" {= version}
|
|
"base-unix"
|
|
"eio" {>= "1.0" & < "2.0"}
|
|
"eio_main" {with-test}
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo: "git+https://github.com/c-cube/linol.git"
|