File: dune-project

package info (click to toggle)
ocaml-octavius 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: ml: 1,393; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 328 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(lang dune 1.11)
(name octavius)

(generate_opam_files true)

(maintainers leo@lpw25.net)
(authors "Leo White <leo@lpw25.net>")
(source (github ocaml-doc/octavius))
(documentation http://ocaml-doc.github.io/octavius/)
(license ISC)

(package
 (name octavius)
 (depends (ocaml (>= 4.03.0)))
 (tags (doc ocamldoc org:ocaml-doc)))