Skip to content

Commit

Permalink
New release of Earley (1.0.1).
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolphe Lepigre committed Feb 13, 2018
1 parent f5ddfba commit d4d4640
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/earley/earley.1.0.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Earley parser combinator library

Earley is a parser combinator library base on Earley's algorithm. It
is intended to be used in conjunction with Earley-OCaml, which is an
extensible parser for OCaml (distributed separately). It contains a
syntax extension for OCaml, which allows the definition of parsers
inside the language.

Authors:
- Christophe Raffalli <christophe@raffalli.eu>
- Rodolphe Lepigre <rodolphe.lepigre@inria.fr>
15 changes: 15 additions & 0 deletions packages/earley/earley.1.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
opam-version: "1.2"
available : [ ocaml-version >= "4.03.0" ]
maintainer : "Christophe Raffalli <christophe@raffalli.eu>"
bug-reports : "https://github.com/rlepigre/ocaml-earley/issues"
authors : [ "Christophe Raffalli <christophe@raffalli.eu>"
"Rodolphe Lepigre <rodolphe.lepigre@inria.fr>" ]
homepage : "https://rlepigre.github.io/ocaml-earley/"
license : "CeCILL-B_V1"
dev-repo : "https://github.com/rlepigre/ocaml-earley.git"
build : [make]
build-test : [make "tests" "TESTS=--full"]
install : [make "install"]
remove : [make "uninstall"]
depends : [ "ocamlbuild" {build}
"ocamlfind" {build} ]
2 changes: 2 additions & 0 deletions packages/earley/earley.1.0.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/rlepigre/ocaml-earley/archive/ocaml-earley_1.0.1.tar.gz"
checksum: "b86117be1161ae3a831b45d7d1087184"

0 comments on commit d4d4640

Please sign in to comment.