-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
27 lines (24 loc) · 792 Bytes
/
dune-project
File metadata and controls
27 lines (24 loc) · 792 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
(lang dune 3.0)
(name plankalkul)
(version 0.1.0)
(generate_opam_files true)
(source (github Zaneham/plankalkul-compiler))
(license MIT)
(authors "Zane Hambly")
(maintainers "Zane Hambly")
(package
(name plankalkul)
(synopsis "A compiler for Konrad Zuse's Plankalkul (1942-1945)")
(description "
The first high-level programming language, finally compiled to native code.
A French programming language (OCaml) giving new life to a German one.
Supports both original 2D notation and linearised syntax.
Features the full language: predicates, set operations, function templates,
and the complete type system Zuse envisioned.
Targets C for maximum portability.")
(depends
(ocaml (>= 4.14.0))
(dune (>= 3.0))
(ppx_deriving (>= 5.2))
(cmdliner (>= 1.1.0))
(alcotest :with-test)))