File: dune-project

package info (click to toggle)
js-of-ocaml-ocamlbuild 5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: ml: 85; makefile: 15; sh: 9
file content (23 lines) | stat: -rw-r--r-- 711 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
(lang dune 2.9)
(using menhir 2.0)
(name js_of_ocaml-ocamlbuild)
(version 5.0)

(generate_opam_files true)

(authors "Ocsigen team <dev@ocsigen.org>")
(maintainers "Ocsigen team <dev@ocsigen.org>")
(source (github ocsigen/js_of_ocaml-ocamlbuild))
(homepage "https://github.com/ocsigen/js_of_ocaml-ocamlbuild")
(documentation "https://github.com/ocsigen/js_of_ocaml-ocamlbuild")
(license "GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception")

(package
 (name js_of_ocaml-ocamlbuild)
 (synopsis "An ocamlbuild plugin to compile to JavaScript using js_of_ocaml")
 (description
  "An ocamlbuild plugin to compile to JavaScript using js_of_ocaml")
 (depends
  (ocaml (>= 4.04))
  ocamlbuild
))