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
|