File: dune-project

package info (click to toggle)
ocaml-odoc-parser 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 412 kB
  • sloc: ml: 6,515; makefile: 10; sh: 6
file content (25 lines) | stat: -rw-r--r-- 599 bytes parent folder | download
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
(lang dune 2.8)
(name odoc-parser)
(version 2.0.0) 

(generate_opam_files true)

(source (github ocaml-doc/odoc-parser))
(license ISC)
(authors "Anton Bachin <antonbachin@yahoo.com>")
(maintainers "Jon Ludlam <jon@recoil.org>")

(package
 (name odoc-parser)
 (synopsis "Parser for ocaml documentation comments")
 (description "Odoc_parser is a library for parsing the contents of OCaml documentation
comments, formatted using 'odoc' syntax, an extension of the language
understood by ocamldoc.")
 (depends
  dune
  (ocaml (>= 4.02.0))
  astring
  result
  camlp-streams
  (ppx_expect :with-test)))