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) (lang dune 2.0)
(using cinaps 1.0)
;(implicit_transitive_deps false) ;(implicit_transitive_deps false)

View file

@ -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" {>= "3.0"} "dune" {>= "2.0"}
"yojson" {>= "1.6"} "yojson" {>= "1.6"}
"linol" {= version} "linol" {= version}
"base-unix" "base-unix"
@ -17,7 +17,7 @@ depends: [
"odoc" {with-doc} "odoc" {with-doc}
] ]
build: [ build: [
["dune" "subst"] {dev} ["dune" "subst"] {pinned}
[ [
"dune" "dune"
"build" "build"

View file

@ -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" {>= "3.0"} "dune" {>= "2.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"] {dev} ["dune" "subst"] {pinned}
[ [
"dune" "dune"
"build" "build"

View file

@ -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" {>= "3.0"} "dune" {>= "2.0"}
"yojson" {>= "1.6"} "yojson" {>= "1.6"}
"logs" "logs"
"trace" {>= "0.4"} "trace" {>= "0.4"}
@ -18,7 +18,7 @@ depends: [
"ppx_yojson_conv_lib" {>= "v0.14"} "ppx_yojson_conv_lib" {>= "v0.14"}
] ]
build: [ build: [
["dune" "subst"] {dev} ["dune" "subst"] {pinned}
[ [
"dune" "dune"
"build" "build"