forked from MLanguage/mlang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
70 lines (58 loc) · 1.39 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
(lang dune 2.5)
(name mlang)
(version 1.1.0)
(generate_opam_files true)
(source
(uri git+https://github.com/MLanguage/mlang.git))
(homepage https://github.com/MLanguage/mlang)
(bug_reports https://github.com/MLanguage/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))))
(package
(name irj_checker)
(synopsis "IRJ test validation tool")
(description
"This standalone module performs a syntactic validation of the DGFiP IRJ test format")
(depends
(ocaml
(and
(>= "4.11.2")))
(dune
(and :build))
(odoc
(>= 1.5.3))
(ocamlformat
(= 0.19.0))))