forked from MLanguage/mlang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
53 lines (42 loc) · 1.1 KB
/
dune-project
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
(lang dune 2.5)
(name mlang)
(version 1.1.0)
(generate_opam_files true)
(source
(uri git+https://gitlab.inria.fr/verifisc/mlang.git))
(homepage https://gitlab.inria.fr/verifisc/mlang)
(bug_reports https://gitlab.inria.fr/verifisc/mlang/issues)
(authors "Denis Merigoux" "Rapha\195\171l Monat")
(maintainers "[email protected]")
(license GPL-3.0-or-later)
(using menhir 2.0)
(package
(name mlang)
(synopsis "Compiler for DGFiP's M language")
(description
"The Direction G\195\169n\195\169rale des Finances Publiques (DGFiP)\nuses the M language to specify how French taxes are computed\nfrom the characteristics of a fiscal household. This compiler\nparser the M code into a formalized compact intermediate language\nbefore translating it into various backend languages.\n")
(depends
(ocaml
(and(>= "4.11.2")))
(dune
(and :build))
(ANSITerminal
(= 0.8.2))
(cmdliner
(= 1.1.0))
(re
(= 1.9.0))
(ocamlgraph
(= 1.8.8))
(odoc
(= 1.5.3))
(dune-build-info
(= 2.5.1))
(num
(>= 1.3))
(mlgmpidl
(>= 1.2.12))
(ocamlformat
(= 0.19.0))
(parmap
(= 1.2.3))))