File: README.pod

package info (click to toggle)
libcommonmark-perl 0.290000-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 220 kB
  • sloc: perl: 291; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,155 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
=begin html

<p>
<a href="https://travis-ci.org/nwellnhof/perl-commonmark?branch=master"><img src="https://travis-ci.org/nwellnhof/perl-commonmark.svg?branch=master" alt="Travis CI status"></a>
<a href="https://ci.appveyor.com/project/nwellnhof/perl-commonmark/branch/master"><img src="https://ci.appveyor.com/api/projects/status/rtjlp1r75mjf5m09/branch/master?svg=true" alt="AppVeyor status"/></a>
<a href="https://coveralls.io/r/nwellnhof/perl-commonmark?branch=master"><img src="https://coveralls.io/repos/nwellnhof/perl-commonmark/badge.svg?branch=master" alt="Coverage Status"></a>
<a href="http://badge.fury.io/pl/CommonMark"><img src="https://badge.fury.io/pl/CommonMark.svg" alt="CPAN version"></a>
</p>

=end html

=head1 Perl bindings for the CommonMark C library

This distribution is a wrapper around I<libcmark>, the official CommonMark C
library.

=head2 Installation

See section "Installation" in the POD for the CommonMark module.

=head2 Copyright

This software is copyright (C) by Nick Wellnhofer.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.