Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show the new reference parser as being language agnostic #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ runtimes:
build-script: installgem.sh
- &static
runtime: static
- &yaml
runtime: yaml
lang: YAML
build-script: perl-install.sh


libraries:

Expand Down Expand Up @@ -104,7 +109,7 @@ libraries:

hs-reference:
<<: *haskell
name: YAMLReference
name: YAML Old Reference Parser
homepage: https://github.com/orenbenkiki/yamlreference
source: https://github.com/orenbenkiki/yamlreference/archive/master.zip
version: master
Expand Down Expand Up @@ -164,14 +169,6 @@ libraries:
source: https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-PP-0.030.tar.gz
tests: [event, json, yaml, perl]

perl-refparser:
<<: *perl
name: RefParser
homepage: https://metacpan.org/release/YAML-Parser
version: 0.0.3
source: https://cpan.metacpan.org/authors/id/I/IN/INGY/YAML-Parser-0.0.3.tar.gz
tests: [event]

perl-pplibyaml:
<<: *perl
name: YAML::PP::LibYAML
Expand Down Expand Up @@ -244,6 +241,14 @@ libraries:
source: https://rubygems.org/downloads/psych-4.0.1.gem
tests: [json]

yaml-refparser:
<<: *yaml
name: New Reference Parser
homepage: https://metacpan.org/release/YAML-Parser
version: 0.0.4
source: https://cpan.metacpan.org/authors/id/I/IN/INGY/YAML-Parser-0.0.4.tar.gz
tests: [event]

formats:
event: Event Stream
json: JSON
Expand Down