mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 11:15:46 -05:00
minor changes
Signed-off-by: Sacha-Élie Ayoun <sachaayoun@gmail.com>
This commit is contained in:
parent
60a573a202
commit
b188de9c7d
2 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ license: "MIT"
|
||||||
homepage: "https://github.com/c-cube/linol"
|
homepage: "https://github.com/c-cube/linol"
|
||||||
bug-reports: "https://github.com/c-cube/linol/issues"
|
bug-reports: "https://github.com/c-cube/linol/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.0"}
|
"dune" {>= "3.0"}
|
||||||
"yojson" {>= "1.6"}
|
"yojson" {>= "1.6"}
|
||||||
"linol" {= version}
|
"linol" {= version}
|
||||||
"base-unix"
|
"base-unix"
|
||||||
|
|
@ -16,7 +16,7 @@ depends: [
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {pinned}
|
["dune" "subst"] {dev}
|
||||||
[
|
[
|
||||||
"dune"
|
"dune"
|
||||||
"build"
|
"build"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
(library
|
(library
|
||||||
(name linol_eio)
|
(name linol_eio)
|
||||||
(public_name linol-eio)
|
(public_name linol-eio)
|
||||||
(libraries eio eio.unix linol.lso linol.jsonrpc)
|
(libraries eio eio.unix linol linol.lsp linol.jsonrpc)
|
||||||
(flags :standard -warn-error -a))
|
(flags :standard -warn-error -a))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue