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)
|
(lang dune 2.0)
|
||||||
|
|
||||||
(using cinaps 1.0)
|
|
||||||
|
|
||||||
;(implicit_transitive_deps false)
|
;(implicit_transitive_deps false)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue