-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
38 lines (29 loc) · 893 Bytes
/
dune-project
File metadata and controls
38 lines (29 loc) · 893 Bytes
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
34
35
36
37
38
(lang dune 3.20)
(name stelf)
(generate_opam_files true)
(source
(github wizard7377/stelf))
(authors "Asher Frost <author@example.com>")
(maintainers "Maintainer Name <maintainer@example.com>")
(license LICENSE)
(documentation https://url/to/documentation)
(pin
(url "file://basis")
(package (name basis)))
(package
(allow_empty)
(name stelf)
(synopsis "A port of Twelf to OCaml")
(description "STELF (System for the Typed Edinburgh Logical Framework) is a port of Twelf to OCaml. It provides a framework for defining and reasoning about formal systems, such as programming languages and logics.")
(depends
(ocaml (>= 5.0.0))
basis
lwt
containers
(alcotest :with-test)
(odoc :with-doc)
(logs (>= 3.0.0))
)
(tags
("logic" "language" stelf)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html