mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Add ocamlformat, obelisk and conf-npm as dev dependencies
This commit is contained in:
parent
45925fe3fc
commit
c5583a0c16
4
Makefile
4
Makefile
@ -16,10 +16,10 @@ K := $(foreach exec,$(EXECUTABLES),\
|
||||
Please install this executable for everything to work smoothly)))
|
||||
|
||||
dependencies-ocaml:
|
||||
opam install . --deps-only --with-doc --with-test --yes
|
||||
opam install . ./doc/catala-dev-dependencies.opam --deps-only --with-doc --with-test --yes
|
||||
|
||||
dependencies-ocaml-with-z3:
|
||||
opam install . z3 --deps-only --with-doc --with-test --yes
|
||||
opam install . ./doc/catala-dev-dependencies.opam z3 --deps-only --with-doc --with-test --yes
|
||||
|
||||
dependencies-js:
|
||||
$(MAKE) -C $(FRENCH_LAW_JS_LIB_DIR) dependencies
|
||||
|
20
doc/catala-dev-dependencies.opam
Normal file
20
doc/catala-dev-dependencies.opam
Normal file
@ -0,0 +1,20 @@
|
||||
opam-version: "2.0"
|
||||
version: "0.6.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