Sha256: 2bc5d7ba725605071b885d102e5546fe036747a689703ee092515a870d7fcfea

Contents?: true

Size: 446 Bytes

Versions: 15

Compression:

Stored size: 446 Bytes

Contents

require "json"

module Bibliothecary
  module Parsers
    class Haxelib
      include Bibliothecary::Analyser
      extend Bibliothecary::MultiParsers::JSONRuntime

      def self.mapping
        {
          match_filename("haxelib.json") => {
            kind: "manifest",
            parser: :parse_json_runtime_manifest,
          },
        }
      end

      add_multi_parser(Bibliothecary::MultiParsers::DependenciesCSV)
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
bibliothecary-12.0.0 lib/bibliothecary/parsers/haxelib.rb
bibliothecary-11.0.1 lib/bibliothecary/parsers/haxelib.rb
bibliothecary-11.0.0 lib/bibliothecary/parsers/haxelib.rb
bibliothecary-10.2.4 lib/bibliothecary/parsers/haxelib.rb
bibliothecary-10.2.3 lib/bibliothecary/parsers/haxelib.rb
bibliothecary-10.2.2 lib/bibliothecary/parsers/haxelib.rb
bibliothecary-10.2.0 lib/bibliothecary/parsers/haxelib.rb
bibliothecary-10.1.0 lib/bibliothecary/parsers/haxelib.rb
bibliothecary-10.0.0 lib/bibliothecary/parsers/haxelib.rb
bibliothecary-9.1.0 lib/bibliothecary/parsers/haxelib.rb
bibliothecary-9.0.0 lib/bibliothecary/parsers/haxelib.rb
bibliothecary-8.8.1 lib/bibliothecary/parsers/haxelib.rb
bibliothecary-8.7.7 lib/bibliothecary/parsers/haxelib.rb
bibliothecary-8.7.6 lib/bibliothecary/parsers/haxelib.rb
bibliothecary-8.7.5 lib/bibliothecary/parsers/haxelib.rb