mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 11:15:46 -05:00
prepare for 0.4
This commit is contained in:
parent
0a26367afb
commit
70222b0395
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.3"
|
version: "0.4"
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
maintainer: "simon.cruanes.2007@m4x.org"
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
author: "Simon Cruanes"
|
author: "Simon Cruanes"
|
||||||
|
|
@ -13,7 +13,6 @@ build: [
|
||||||
depends: [
|
depends: [
|
||||||
"dune" { >= "2.0" }
|
"dune" { >= "2.0" }
|
||||||
"linol" { = version }
|
"linol" { = version }
|
||||||
"lsp" { >= "1.4" & < "1.6" }
|
|
||||||
"jsonrpc" { >= "1.4" & < "1.6" }
|
"jsonrpc" { >= "1.4" & < "1.6" }
|
||||||
"lwt" { >= "5.1" & < "6.0" }
|
"lwt" { >= "5.1" & < "6.0" }
|
||||||
"base-unix"
|
"base-unix"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.3"
|
version: "0.4"
|
||||||
maintainer: "simon.cruanes.2007@m4x.org"
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
author: "Simon Cruanes"
|
author: "Simon Cruanes"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue