Skip to content

Commit

Permalink
Merge pull request #17270 from dinosaure/release-mrmime-0.3.1
Browse files Browse the repository at this point in the history
[new release] mrmime (0.3.1)
  • Loading branch information
kit-ty-kate authored Sep 25, 2020
2 parents 6cb18b8 + e82eefe commit bb3e964
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions packages/mrmime/mrmime.0.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
opam-version: "2.0"
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage: "https://github.com/mirage/mrmime"
bug-reports: "https://github.com/mirage/mrmime/issues"
dev-repo: "git+https://github.com/mirage/mrmime.git"
doc: "https://mirage.github.io/mrmime/"
license: "MIT"
synopsis: "Mr. MIME"
description: """Parser and generator of mail in OCaml"""

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

depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.2"}
"rresult"
"fmt"
"ke" {>= "0.4"}
"unstrctrd" {>= "0.2"}
"ptime"
"uutf"
"rosetta" {>= "0.3.0"}
"ipaddr"
"emile" {>= "1.0"}
"base64" {>= "3.1.0"}
"pecu" {>= "0.4"}
"bigstringaf"
"bigarray-compat"
"bigarray-overlap" {>= "0.2.0"}
"angstrom" {>= "0.14.0"}
"hxd" {with-test}
"alcotest" {with-test}
"jsonm" {with-test}
]
x-commit-hash: "35619f057149ebe00b3a64109a28edd65f157efa"
url {
src:
"https://github.com/mirage/mrmime/releases/download/v0.3.1/mrmime-v0.3.1.tbz"
checksum: [
"sha256=6c0c054c05af7218080c3c59e08096a62e23afd15d63fe89fb683f29f330bf32"
"sha512=2ce67aff35d680f38af1c78efa58454b12a20c985bd248bc975e9e259a14f8a2ab04287ace88d46bc95a2b245c040deba9d4fb058ea2b103c0724467dda15414"
]
}

0 comments on commit bb3e964

Please sign in to comment.