mirror of
https://github.com/LucasVbr/croissant.git
synced 2026-05-13 17:12:10 +00:00
feat: Support Unary Operation #1
This commit is contained in:
+4
-4
@@ -3,16 +3,16 @@
|
||||
(name croissant)
|
||||
(generate_opam_files true)
|
||||
(source (github LucasVbr/croissant))
|
||||
(authors "LucasVbr")
|
||||
(maintainers "LucasVbr")
|
||||
(license LICENSE)
|
||||
(authors "LucasVbr <contact@lucasvbr.dev>")
|
||||
(maintainers "LucasVbr <contact@lucasvbr.dev>")
|
||||
(license MIT)
|
||||
;(documentation https://url/to/documentation)
|
||||
|
||||
(package
|
||||
(name croissant)
|
||||
(synopsis "A short synopsis")
|
||||
(description "A longer description")
|
||||
(depends ocaml dune alcotest menhir ocamlformat)
|
||||
(depends ocaml dune menhir ocamlformat (alcotest :with-test))
|
||||
(tags
|
||||
("Custom programming language" "French")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user