this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] mrmime (0.7.0)

CHANGES:

- Upgrade to `mirage-crypto-rng.1.1.0` (@dinosaure, mirage/mrmime#102)
- Add a new module `Unstructured_with_encoded` to emit value with encoded words (@paurkedal, mirage/mrmime#103)

+56
+56
packages/mrmime/mrmime.0.7.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4 + homepage: "https://github.com/mirage/mrmime" 5 + bug-reports: "https://github.com/mirage/mrmime/issues" 6 + dev-repo: "git+https://github.com/mirage/mrmime.git" 7 + doc: "https://mirage.github.io/mrmime/" 8 + license: "MIT" 9 + synopsis: "Mr. MIME" 10 + description: """Parser and generator of mail in OCaml""" 11 + 12 + build: [ 13 + ["dune" "build" "-p" name "-j" jobs] 14 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 15 + ] 16 + 17 + depends: [ 18 + "ocaml" {>= "4.08.0"} 19 + "dune" {>= "2.7"} 20 + "ke" {>= "0.4"} 21 + "unstrctrd" {>= "0.3"} 22 + "ptime" {>= "0.8.2"} 23 + "uutf" 24 + "rosetta" {>= "0.3.0"} 25 + "ipaddr" {>= "5.0.0"} 26 + "emile" {>= "1.0"} 27 + "base64" {>= "3.1.0"} 28 + "pecu" {>= "0.6"} 29 + "prettym" {>= "0.0.2"} 30 + "bigstringaf" {>= "0.5.0"} 31 + "bigarray-overlap" {>= "0.2.0"} 32 + "angstrom" {>= "0.14.0"} 33 + "fpath" {with-test} 34 + "hxd" {with-test} 35 + "mirage-crypto-rng" {with-test & >= "1.1.0"} 36 + "ocplib-endian" {with-test} 37 + "afl-persistent" {with-test} 38 + "alcotest" {with-test} 39 + "jsonm" {with-test} 40 + "crowbar" {with-test} 41 + "lwt" {with-test} 42 + "cmdliner" {with-test & >= "1.1.0"} 43 + "logs" {with-test} 44 + ] 45 + conflicts: [ 46 + "result" {< "1.5"} 47 + ] 48 + url { 49 + src: 50 + "https://github.com/mirage/mrmime/releases/download/v0.7.0/mrmime-0.7.0.tbz" 51 + checksum: [ 52 + "sha256=c36df1b6ba3d5a0c8b2f0a9dc1fa8b30dfd90eac29bc5704beeadbb2a9ec24b7" 53 + "sha512=04b91633c24fdf66a7f90712c546faf31f101791b63ab8ae1e374a89e88476191cab38c781ef6979fed2ff3b6c4f5a2e81cec45dc5fcac1e1956658c5de5a2be" 54 + ] 55 + } 56 + x-commit-hash: "bd462ec535f2782f03e0d4bb318498542226c589"