mirror of
https://github.com/c-cube/linol.git
synced 2025-12-05 19:00:34 -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"
|
||||
bug-reports: "https://github.com/c-cube/linol/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.0"}
|
||||
"dune" {>= "3.0"}
|
||||
"yojson" {>= "1.6"}
|
||||
"linol" {= version}
|
||||
"base-unix"
|
||||
|
|
@ -16,7 +16,7 @@ depends: [
|
|||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {pinned}
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
(library
|
||||
(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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue