Skip to content

Commit

Permalink
update dune-project
Browse files Browse the repository at this point in the history
  • Loading branch information
hferee committed Feb 9, 2024
1 parent 5a72a67 commit dfdbfd0
Showing 1 changed file with 6 additions and 6 deletions.
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.0)
(lang dune 3.8)

(name uiml)

Expand All @@ -7,19 +7,19 @@
(source
(github hferee/UIML))

(authors "Hugo Férée & Ian Shillito")
(authors "Hugo Férée & Iris van der Giessen & Sam van Gool & Ian Shillito & ")

(maintainers "Hugo Férée")

(license MIT)
(license CecILL)

(documentation https://url/to/documentation)
(documentation https://hferee.github.io/UIML/toc.html)

(using coq 0.3)
(using coq 0.8)

(package
(name uiml)
(synopsis "Propositional quantifiers for modal logics formalized")
(synopsis "Propositional quantifiers for modal logics formalised")
(description "")
(allow_empty)
(depends ocaml dune coq-color coq-stdpp js_of_ocaml angstrom)
Expand Down

0 comments on commit dfdbfd0

Please sign in to comment.