Skip to content

Commit

Permalink
[new release] emile (1.1)
Browse files Browse the repository at this point in the history
CHANGES:

- Add some tests to check the behavior of the pretty-printer (@dinosaure, mirage/emile#14)
- Fix the implementation of the quoted-string (@dinosaure, mirage/emile#14)
- Fix internal list pretty-printer (discovered by @hannes, @dinosaure, mirage/emile#14)
  • Loading branch information
dinosaure committed Nov 19, 2020
1 parent 8c8398c commit 89f6dce
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions packages/emile/emile.1.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
opam-version: "2.0"
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage: "https://github.com/dinosaure/emile"
bug-reports: "https://github.com/dinosaure/emile/issues"
dev-repo: "git+https://github.com/dinosaure/emile.git"
doc: "https://dinosaure.github.io/emile/"
license: "MIT"
synopsis: "Parser of email address according RFC822"
description: """A parser of email address according RFC822, RFC2822, RFC5321 and RFC6532.
It handles UTF-8 email addresses and encoded-word according RFC2047."""

build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]

depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.0"}
"angstrom" {>= "0.14.0"}
"ipaddr" {>= "2.7.0"}
"base64" {>= "3.0.0"}
"pecu"
"uutf"
"alcotest" {with-test}
]
depopts: [ "cmdliner" ]
x-commit-hash: "8281eb5bee3063968972010a3b306b4e23066d8a"
url {
src:
"https://github.com/dinosaure/emile/releases/download/v1.1/emile-v1.1.tbz"
checksum: [
"sha256=1759253996b53b84ff1a2b76ff30c3614bc61cb02ff8a500480be4a96a202164"
"sha512=b53df652cd9c585d2720cf1ad6b877a11e3779b4edda08d6b965557721d46538cd10dd8a7a3a6316dc6a3785ae66167785529619e31f40e7dfde01faaf692c7f"
]
}

0 comments on commit 89f6dce

Please sign in to comment.