|
|
|
@ -4,7 +4,8 @@ open Lake DSL
|
|
|
|
package GameServer
|
|
|
|
package GameServer
|
|
|
|
|
|
|
|
|
|
|
|
-- Using this assumes that each dependency has a tag of the form `v4.X.0`.
|
|
|
|
-- Using this assumes that each dependency has a tag of the form `v4.X.0`.
|
|
|
|
def leanVersion : String := s!"v{Lean.versionString}"
|
|
|
|
-- def leanVersion : String := s!"v{Lean.versionString}"
|
|
|
|
|
|
|
|
def leanVersion := "v4.6.0" -- TODO
|
|
|
|
|
|
|
|
|
|
|
|
require std from git "https://github.com/leanprover/std4.git" @ leanVersion
|
|
|
|
require std from git "https://github.com/leanprover/std4.git" @ leanVersion
|
|
|
|
require i18n from git "https://github.com/hhu-adam/lean-i18n.git" @ leanVersion
|
|
|
|
require i18n from git "https://github.com/hhu-adam/lean-i18n.git" @ leanVersion
|
|
|
|
|