mirror of
https://github.com/MorizzG/MLox.git
synced 2025-12-06 04:22:41 +00:00
changed all names from MlLox to mlox
This commit is contained in:
parent
be931b7214
commit
2643b16f72
4 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
(lang dune 3.16)
|
(lang dune 3.16)
|
||||||
|
|
||||||
(name MlLox)
|
(name mlox)
|
||||||
|
|
||||||
(generate_opam_files true)
|
(generate_opam_files true)
|
||||||
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
(documentation https://url/to/documentation)
|
(documentation https://url/to/documentation)
|
||||||
|
|
||||||
(package
|
(package
|
||||||
(name MlLox)
|
(name mlox)
|
||||||
(synopsis "A short synopsis")
|
(synopsis "A short synopsis")
|
||||||
(description "A longer description")
|
(description "A longer description")
|
||||||
(depends ocaml dune ppx_deriving)
|
(depends ocaml dune ppx_deriving)
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
(test
|
(test
|
||||||
(name test_MlLox))
|
(name test_mlox))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue