class Bibliothecary::Parsers::Haxelib

Public Class Methods

mapping() click to toggle source
# File lib/bibliothecary/parsers/haxelib.rb, line 9
def self.mapping
  {
    match_filename("haxelib.json") => {
      kind: "manifest",
      parser: :parse_json_runtime_manifest,
    },
  }
end