We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0412f5d + 54cfd3b commit 494f83bCopy full SHA for 494f83b
dune-project
@@ -10,6 +10,8 @@
10
11
(source (github tlaplus/tlapm))
12
13
+(license BSD-2-Clause)
14
+
15
(package
16
(name tlapm)
17
(synopsis "TLA+ Proof Manager")
tlapm.opam
@@ -22,6 +22,7 @@ authors: [
22
"Jean-Baptiste Tristan"
23
"Hernan Vanzetto"
24
]
25
+license: "BSD-2-Clause"
26
homepage: "https://github.com/tlaplus/tlapm"
27
bug-reports: "https://github.com/tlaplus/tlapm/issues"
28
depends: [
0 commit comments