back to dune 2.0

Signed-off-by: Sacha-Élie Ayoun <sachaayoun@gmail.com>
This commit is contained in:
Sacha-Élie Ayoun 2025-04-03 16:52:47 +01:00
parent aae7605aff
commit 9b5d77990a
4 changed files with 7 additions and 9 deletions

View file

@ -1,6 +1,4 @@
(lang dune 3.0)
(using cinaps 1.0)
(lang dune 2.0)
;(implicit_transitive_deps false)

View file

@ -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"

View file

@ -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"

View file

@ -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"