forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#11228 from seliopou/angstrom.0.8.1
+angstrom.0.8.1
- Loading branch information
Showing
12 changed files
with
103 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Angstrom - Async-specific support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
opam-version: "1.2" | ||
name: "angstrom-async" | ||
maintainer: "Spiros Eliopoulos <[email protected]>" | ||
authors: [ "Spiros Eliopoulos <[email protected]>" ] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/angstrom" | ||
bug-reports: "https://github.com/inhabitedtype/angstrom/issues" | ||
dev-repo: "https://github.com/inhabitedtype/angstrom.git" | ||
build: [ | ||
["jbuilder" "subst"] {pinned} | ||
["jbuilder" "build" "-p" name "-j" jobs] | ||
] | ||
build-test: [ | ||
["jbuilder" "runtest" "-p" name] | ||
] | ||
depends: [ | ||
"jbuilder" {build & >= "1.0+beta10"} | ||
"angstrom" {>= "0.7.0"} | ||
"async" {>= "v0.9.0"} | ||
] | ||
available: [ ocaml-version >= "4.03.0" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
archive:"https://github.com/inhabitedtype/angstrom/archive/0.8.1.tar.gz" | ||
checksum:"d4f6d220bd3b6539067b604e6e0fe6ca" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Angstrom - Lwt- and Unix-specific support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
opam-version: "1.2" | ||
maintainer: "Spiros Eliopoulos <[email protected]>" | ||
authors: [ "Spiros Eliopoulos <[email protected]>" ] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/angstrom" | ||
bug-reports: "https://github.com/inhabitedtype/angstrom/issues" | ||
dev-repo: "https://github.com/inhabitedtype/angstrom.git" | ||
build: [ | ||
["jbuilder" "subst"] {pinned} | ||
["jbuilder" "build" "-p" name "-j" jobs] | ||
] | ||
build-test: [ | ||
["jbuilder" "runtest" "-p" name] | ||
] | ||
depends: [ | ||
"jbuilder" {build & >= "1.0+beta10"} | ||
"angstrom" | ||
"lwt" | ||
"base-unix" | ||
] | ||
available: [ ocaml-version >= "4.03.0" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
archive:"https://github.com/inhabitedtype/angstrom/archive/0.8.1.tar.gz" | ||
checksum:"d4f6d220bd3b6539067b604e6e0fe6ca" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Angstrom - Unix-specific support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
opam-version: "1.2" | ||
maintainer: "Spiros Eliopoulos <[email protected]>" | ||
authors: [ "Spiros Eliopoulos <[email protected]>" ] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/angstrom" | ||
bug-reports: "https://github.com/inhabitedtype/angstrom/issues" | ||
dev-repo: "https://github.com/inhabitedtype/angstrom.git" | ||
build: [ | ||
["jbuilder" "subst"] {pinned} | ||
["jbuilder" "build" "-p" name "-j" jobs] | ||
] | ||
build-test: [ | ||
["jbuilder" "runtest" "-p" name] | ||
] | ||
depends: [ | ||
"jbuilder" {build & >= "1.0+beta10"} | ||
"angstrom" | ||
"base-unix" | ||
] | ||
available: [ ocaml-version >= "4.03.0" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
archive:"https://github.com/inhabitedtype/angstrom/archive/0.8.1.tar.gz" | ||
checksum:"d4f6d220bd3b6539067b604e6e0fe6ca" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Parser combinators built for speed and memory-efficiency | ||
|
||
Angstrom is a parser-combinator library that makes it easy to write efficient, | ||
expressive, and reusable parsers suitable for high-performance applications. It | ||
exposes monadic and applicative interfaces for composition, and supports | ||
incremental input through buffered and unbuffered interfaces. Both interfaces | ||
give the user total control over the blocking behavior of their application, | ||
with the unbuffered interface enabling zero-copy IO. Parsers are backtracking by | ||
default and support unbounded lookahead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
opam-version: "1.2" | ||
maintainer: "Spiros Eliopoulos <[email protected]>" | ||
authors: [ "Spiros Eliopoulos <[email protected]>" ] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/angstrom" | ||
bug-reports: "https://github.com/inhabitedtype/angstrom/issues" | ||
dev-repo: "https://github.com/inhabitedtype/angstrom.git" | ||
build: [ | ||
["jbuilder" "subst"] {pinned} | ||
["jbuilder" "build" "-p" name "-j" jobs] | ||
] | ||
build-test: [ | ||
["jbuilder" "runtest" "-p" name] | ||
] | ||
depends: [ | ||
"jbuilder" {build & >= "1.0+beta10"} | ||
"alcotest" {test & >= "0.8.1"} | ||
"base-bigarray" | ||
"result" | ||
] | ||
available: [ ocaml-version >= "4.03.0" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
archive:"https://github.com/inhabitedtype/angstrom/archive/0.8.1.tar.gz" | ||
checksum:"d4f6d220bd3b6539067b604e6e0fe6ca" |