mirror of
https://github.com/c-cube/linol.git
synced 2025-12-05 19:00:34 -05:00
back to dune 2.0
Signed-off-by: Sacha-Élie Ayoun <sachaayoun@gmail.com>
This commit is contained in:
parent
aae7605aff
commit
9b5d77990a
4 changed files with 7 additions and 9 deletions
|
|
@ -1,6 +1,4 @@
|
|||
(lang dune 3.0)
|
||||
|
||||
(using cinaps 1.0)
|
||||
(lang dune 2.0)
|
||||
|
||||
;(implicit_transitive_deps false)
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ license: "MIT"
|
|||
homepage: "https://github.com/c-cube/linol"
|
||||
bug-reports: "https://github.com/c-cube/linol/issues"
|
||||
depends: [
|
||||
"dune" {>= "3.0"}
|
||||
"dune" {>= "2.0"}
|
||||
"yojson" {>= "1.6"}
|
||||
"linol" {= version}
|
||||
"base-unix"
|
||||
|
|
@ -17,7 +17,7 @@ depends: [
|
|||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
["dune" "subst"] {pinned}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ license: "MIT"
|
|||
homepage: "https://github.com/c-cube/linol"
|
||||
bug-reports: "https://github.com/c-cube/linol/issues"
|
||||
depends: [
|
||||
"dune" {>= "3.0"}
|
||||
"dune" {>= "2.0"}
|
||||
"yojson" {>= "1.6"}
|
||||
"linol" {= version}
|
||||
"base-unix"
|
||||
|
|
@ -16,7 +16,7 @@ depends: [
|
|||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
["dune" "subst"] {pinned}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ license: "MIT"
|
|||
homepage: "https://github.com/c-cube/linol"
|
||||
bug-reports: "https://github.com/c-cube/linol/issues"
|
||||
depends: [
|
||||
"dune" {>= "3.0"}
|
||||
"dune" {>= "2.0"}
|
||||
"yojson" {>= "1.6"}
|
||||
"logs"
|
||||
"trace" {>= "0.4"}
|
||||
|
|
@ -18,7 +18,7 @@ depends: [
|
|||
"ppx_yojson_conv_lib" {>= "v0.14"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
["dune" "subst"] {pinned}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue