Skip to content

Commit

Permalink
Update opam informations (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun authored Sep 13, 2024
1 parent 8d85a52 commit 187d18d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
16 changes: 10 additions & 6 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@

(generate_opam_files)

(license MIT)
(authors "Antoine Gaulin"
"Jason Hu"
"Junyoung Jang")
(maintainers "the CompLogic group, McGill University")
(homepage "https://beluga-lang.github.io/McLTT/")
(documentation "https://beluga-lang.github.io/McLTT/")
(source (github Beluga-lang/McLTT))

(package
(name mcltt)
(license MIT)
(authors "the CompLogic group, McGill University")
(maintainers "the CompLogic group, McGill University")
(homepage "https://beluga-lang.github.io/McLTT/")
(bug_reports "https://github.com/Beluga-lang/McLTT/issues")
(synopsis "A Bottom-up Approach to Implementing A Proof Assistant")
(description "In McLTT, we build a verified, runnable typechecker for Martin-Löf type theory. After
the accomplishment of this project, we will obtain an executable, to which we can feed
Expand All @@ -26,4 +30,4 @@ elementary) and serves as a basis for future extensions.")
(menhir (= "20240715"))
(coq-menhirlib (= "20240715"))
(coq-equations (= "1.3"))
(sherlodoc :coqdoc)))
(sherlodoc :with-doc)))
5 changes: 5 additions & 0 deletions mcltt.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build: [
[make]
[make coqdoc] {with-doc}
]

0 comments on commit 187d18d

Please sign in to comment.