File: dune-project

package info (click to toggle)
pcre2-ocaml 8.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: ml: 2,435; ansic: 562; makefile: 34
file content (29 lines) | stat: -rw-r--r-- 697 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
26
27
28
29
(lang dune 2.7)

(name pcre2)

(generate_opam_files true)

(source
 (github camlp5/pcre2-ocaml))

(license "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception")

(homepage "https://github.com/camlp5/pcre2-ocaml")

(maintainers "Chet Murthy <chetsky@gmail.com>")

(authors "Markus Mottl <markus.mottl@gmail.com>")

(package
 (name pcre2)
 (synopsis
   "Bindings to the Perl Compatibility Regular Expressions library (version 2)")
 (description
   "pcre2-ocaml offers library functions for string pattern matching and\nsubstitution, similar to the functionality offered by the Perl language.")
 (depends
  (ocaml
   (>= 4.08))
  dune-configurator
  (conf-libpcre2-8 :build)
  (ounit2 :with-test)))