Skip to content

Commit

Permalink
[main] Upgrade project + templates to melange v3 (#89)
Browse files Browse the repository at this point in the history
* add ocaml_install lib structure (#71)

* add ocaml_install lib structure

* change directory to snake case

---------

Co-authored-by: Johann <[email protected]>

* From  create-melange-app to cma_configuration (#76)

* From  create-melange-app to cma_configuration

* Added components library to theapp is react

* merge dev with main (#1)

* From  create-melange-app to cma_configuration

* Added components library to theapp is react

* Comment avout open re added

* Comment about 'open' re-added

* add ;

* remove uneeded open

---------

Co-authored-by: Dillon Mulroy <[email protected]>

* Contributing guide (#78)

* Contributing guide

* latent addition

* bump cli version (#79)

1.0.8

* updates

* update ocamlformat

* update ocamlformat

* add ocaml-install command (#81)

* add ocaml-install command

* add \n

---------

Co-authored-by: Dillon Mulroy <[email protected]>

* disable ocaml-install

* update deps, melange apis, templates

* finish updating to melange v3

---------

Co-authored-by: Johann <[email protected]>
Co-authored-by: Johann <[email protected]>
Co-authored-by: JoaoAlexNunes <[email protected]>
Co-authored-by: metame <[email protected]>
  • Loading branch information
5 people authored Mar 5, 2024
1 parent ada13d2 commit acab516
Show file tree
Hide file tree
Showing 26 changed files with 372 additions and 1,063 deletions.
10 changes: 5 additions & 5 deletions create_melange_app.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ homepage: "https://github.com/dmmulroy/create-melange-app"
doc: "https://github.com/dmmulroy/create-melange-app"
bug-reports: "https://github.com/dmmulroy/create-melange-app/issues"
depends: [
"ocaml" {>= "5.1.0"}
"dune" {>= "3.11" & >= "3.11"}
"melange" {>= "2.1.0"}
"ocaml" {>= "5.1.1"}
"dune" {>= "3.14" & >= "3.14"}
"melange" {= "3.0.0-51"}
"opam-check-npm-deps"
"reason" {>= "3.10.0"}
"reason-react" {>= "0.13.0"}
"reason" {>= "3.11.0"}
"reason-react" {>= "0.14.0"}
"reason-react-ppx"
"ppx_deriving"
"odoc" {with-doc}
Expand Down
12 changes: 6 additions & 6 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.11)
(lang dune 3.14)

(using melange 0.1)

Expand Down Expand Up @@ -26,16 +26,16 @@
(allow_empty)
(depends
(ocaml
(>= 5.1.0))
(>= 5.1.1))
(dune
(>= 3.11))
(>= 3.14))
(melange
(>= 2.1.0))
(= 3.0.0-51))
opam-check-npm-deps
(reason
(>= 3.10.0))
(>= 3.11.0))
(reason-react
(>= 0.13.0))
(>= 0.14.0))
reason-react-ppx
ppx_deriving)
(tags
Expand Down
Loading

0 comments on commit acab516

Please sign in to comment.