mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Update ocamlformat
Apparently this time it has no incidence on our code.
This commit is contained in:
parent
fe2c66af12
commit
15e0339800
@ -4,7 +4,7 @@ exp-grouping = preserve
|
||||
break-fun-decl = fit-or-vertical
|
||||
wrap-comments
|
||||
parse-docstrings
|
||||
version=0.21.0
|
||||
version=0.26.0
|
||||
cases-exp-indent=2
|
||||
indicate-multiline-delimiters=no
|
||||
parens-tuple=multi-line-only
|
||||
|
@ -43,7 +43,7 @@ depends: [
|
||||
"crunch" {>= "3.0.0"}
|
||||
"alcotest" {>= "1.5.0"}
|
||||
"odoc" {with-doc}
|
||||
"ocamlformat" {cataladevmode & = "0.21.0"}
|
||||
"ocamlformat" {cataladevmode & = "0.26.0"}
|
||||
"obelisk" {cataladevmode}
|
||||
"conf-npm" {cataladevmode}
|
||||
"conf-python-3-dev" {cataladevmode}
|
||||
|
@ -1,20 +0,0 @@
|
||||
opam-version: "2.0"
|
||||
version: "0.8.0"
|
||||
synopsis: "Virtual package listing the requirements for a complete Catala dev environment"
|
||||
maintainer: ["contact@catala-lang.org"]
|
||||
authors: [
|
||||
"Denis Merigoux"
|
||||
"Nicolas Chataing"
|
||||
"Emile Rolley"
|
||||
"Louis Gesbert"
|
||||
"Aymeric Fromherz"
|
||||
"Alain Delaët-Tixeuil"
|
||||
]
|
||||
license: "Apache-2.0"
|
||||
homepage: "https://github.com/CatalaLang/catala"
|
||||
bug-reports: "https://github.com/CatalaLang/catala/issues"
|
||||
depends: [
|
||||
"ocamlformat" {= "0.21.0"}
|
||||
"obelisk"
|
||||
"conf-npm"
|
||||
]
|
Loading…
Reference in New Issue
Block a user