aboutsummaryrefslogtreecommitdiff
path: root/dune-project
blob: cf53437d71eab95ce7f25afb1448b9739be72742 (plain)
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
(lang dune 3.17)

(using menhir 2.0)

(name qsp_parser)

(generate_opam_files true)

(implicit_transitive_deps false)

(source
 (github username/reponame))

(authors Chimrod)

(maintainers Chimrod)

(license GPLv3+)

(documentation https://url/to/documentation)

(package
 (name qsp_parser)
 (synopsis "QSP Syntax analyser")
 (description "A longer description")
 (depends
  (menhirLib
   (>= 20250912))
  (linol
   (>= 0))
  ocaml
  dune
  menhir
  eio_main
  linol-eio
  sedlex
  (fmt :with-test)
  ppx_deriving
  tsort
  (alcotest :with-test))
 (tags
  (topics "to describe" your project)))