Sha256: 7791cd76115388bcb0d49f2118a139dbd1f37a7015a984de08c41d17e6eabd00
Contents?: true
Size: 319 Bytes
Versions: 56
Compression:
Stored size: 319 Bytes
Contents
require 'json' module Bibliothecary module Parsers class Haxelib include Bibliothecary::Analyser def self.mapping { match_filename("haxelib.json") => { kind: 'manifest', parser: :parse_json_runtime_manifest } } end end end end
Version data entries
56 entries across 56 versions & 1 rubygems