forked from Andromedans/andromeda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathandromeda.opam
33 lines (30 loc) · 1.11 KB
/
andromeda.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
opam-version: "2.0"
name: "andromeda"
version: "2.0"
maintainer: "Philipp G. Haselwarter <[email protected]>"
authors: "Andrej Bauer, Gaëtan Gilbert, Philipp G. Haselwarter, Christopher A. Stone"
homepage: "https://github.com/Andromedans/andromeda"
bug-reports: "https://github.com/Andromedans/andromeda/issues"
dev-repo: "git://github.com/Andromedans/andromeda"
license: "BSD-2-Clause"
synopsis: "¸¸.•*¨*• A Prover for Type Theories à la Martin-Löf •*¨*•.¸¸"
depends: [
"ocaml" { >= "4.07.0" }
"ocamlbuild" {build}
"ocamlfind" {build}
"menhir"
"sedlex"
]
post-messages: [
"To start using andromeda-mode in emacs, append this to your emacs configuration:
;; Add opam emacs directory to the load-path
(setq opam-share (substring (shell-command-to-string \"opam config var share 2> /dev/null\") 0 -1))
(add-to-list 'load-path (concat opam-share \"/emacs/site-lisp\"))
;; Pre-load Andromeda
(require 'andromeda-autoloads)
We're happy to receive feed-back and examples of your development.
"
{success}
]
build: [[make "PREFIX=%{prefix}%" "opt"]]
install: [[make "PREFIX=%{prefix}%" "install"]]