File: dist.ini

package info (click to toggle)
libgraph-vf2-perl 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104 kB
  • sloc: perl: 51; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 629 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
30
31
32
33
name = Graph-VF2
author = Andrius Merkys <merkys@cpan.org>
license = BSD
copyright_holder = Andrius Merkys
copyright_year = 2025-2026
version = 0.2.0

[@Filter]
-bundle = @Basic
-remove = License
-remove = MakeMaker

[AutoMetaResources]
homepage          = http://search.cpan.org/dist/
repository.github = user:merkys
bugtracker.github = user:merkys

[MakeMaker::Awesome]
WriteMakefile_arg = CC => 'g++', LIBS => [ '-lstdc++' ]

[MetaJSON]
[MinimumPerlFast]
[OurPkgVersion]

[Prereqs / Runtime]
-phase = runtime
Graph::Undirected = 0

[Prereqs / Test]
-phase = test
Chemistry::OpenSMILES = 0
Graph::Undirected = 0
Test::More = 0