this repo has no description
0
fork

Configure Feed

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

[new release] unstrctrd (0.4)

CHANGES:

- Update tests to be compatible with OCaml 5.2 (@kit-ty-kate, dinosaure/unstrctrd#17)

+36
+36
packages/unstrctrd/unstrctrd.0.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Fast and compliant Unstructured parser according RFC 822" 3 + description: """Unstrctrd is a library for managing values formatted according to \ 4 + the unstructured rule introduced by RFC 822. This format can be found in emails, \ 5 + HTTP/1.1 and also in the description of Debian packages.""" 6 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 7 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 8 + license: "MIT" 9 + homepage: "https://github.com/dinosaure/unstrctrd" 10 + doc: "https://dinosaure.github.io/unstrctrd/" 11 + bug-reports: "https://github.com/dinosaure/unstrctrd/issues" 12 + depends: [ 13 + "ocaml" {>= "4.07.0"} 14 + "dune" {>= "2.0"} 15 + "uutf" 16 + "angstrom" {>= "0.14.0"} 17 + "rresult" {with-test} 18 + "alcotest" {with-test} 19 + "ke" {with-test} 20 + "bigstringaf" {with-test} 21 + "hxd" {with-test & >= "0.3.1"} 22 + "fmt" {with-test & >= "0.8.7"} 23 + "crowbar" {>= "0.2" & with-test} 24 + ] 25 + build: ["dune" "build" "-p" name "-j" jobs] 26 + run-test: ["dune" "runtest" "-p" name "-j" jobs] 27 + dev-repo: "git+https://github.com/dinosaure/unstrctrd.git" 28 + url { 29 + src: 30 + "https://github.com/dinosaure/unstrctrd/releases/download/v0.4/unstrctrd-0.4.tbz" 31 + checksum: [ 32 + "sha256=368a9b86acea988e952fe7bdf5db2c9eaf5345a6939e609351f15eeb25121824" 33 + "sha512=94f68b5e1e9ae9c65ba3e4cb3e673d730a7fe9c4a2155f65373385d56a2eb0587657b73cea854f3cd44a020f67f391fe2cf0d6691f813b2fc093fd6ca64d1307" 34 + ] 35 + } 36 + x-commit-hash: "ae573deee696e3927dc06d9b27ed2139931d2c58"