Package Details: ocaml-xmlm 1.4.0-3

Git Clone URL: https://aur.archlinux.org/ocaml-xmlm.git (read-only, click to copy)
Package Base: ocaml-xmlm
Description: An OCaml streaming codec to decode and encode the XML data format
Upstream URL: https://erratique.ch/software/xmlm
Keywords: codec decode encode in-memory library memory ocaml stream streaming xml
Licenses: ISC
Submitter: thatch45
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 49
Popularity: 0.000000
First Submitted: 2011-01-15 05:02 (UTC)
Last Updated: 2024-05-04 10:15 (UTC)

Pinned Comments

dpeukert commented on 2022-07-16 21:02 (UTC)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/ocaml-xmlm

Latest Comments

1 2 Next › Last »

dpeukert commented on 2022-07-16 21:02 (UTC)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/ocaml-xmlm

J5lx commented on 2017-10-12 14:07 (UTC)

@radek_r I added armv7h to ocaml-topkg, ocaml-xmlm, ocaml-pcre and also the required ocaml-result. Sorry for the wait.

J5lx commented on 2017-09-30 17:24 (UTC)

I’ll try to do that asap (also for ocaml-pcre). Since I don’t like pushing things that I haven’t tested myself, I want to try this in an emulator first, though, so please bear with me if it takes a short while. In the meantime it should be easy for those who need it to add it themselves.

radek_r commented on 2017-09-30 12:11 (UTC)

Please add achitecture "armv7h" to the PKGBUILD.

J5lx commented on 2016-11-18 18:18 (UTC)

As much I'd like to do that, it's probably not going to happen in the near future, sorry. I've got a lot of school work to do atm and if I'd increase the release numbers for all of my 109 OCaml packages whenever some dependency receives an update I'd drown in work (plus, I'd probably go crazy sooner or later). At some point I'd like to make myself some script which assists me in detecting these incompatibilities and rolling out updates accordingly, but right now I just don't have the time for that. So for the time being you'll just have to remake these packages by yourself. That being said, I'll take care of ocaml-alsa today.

robertfoster commented on 2016-11-17 19:18 (UTC)

please update your release number in order to recompile with latest version of ocaml, otherwise liquidsoap says: Error: /usr/lib/ocaml/xmlm/xmlm.cmi is not a compiled interface for this version of OCaml. It seems to be for an older version of OCaml.

archmylinux commented on 2014-10-28 16:39 (UTC)

In the PKGBUILD file I think the line: - makedepends=('ocaml ocaml-findlib') should be: + makedepends=(ocaml ocaml-findlib) I suppose packer interpreted this as ['ocaml', 'ocaml-findlib'] while makepkg as ['ocaml ocaml-findlib'] witch he could not find hence the "unmet dependency" error.

leonardder commented on 2014-07-03 07:23 (UTC)

Added staticlibs to options array. Haven't made the switch to the new version due to the new build system though.

Myshkin commented on 2014-04-29 18:20 (UTC)

The new version has a new build system. It may be simple enough but I don't feel like installing or trying to figure out yet another one so I'm putting this up for adoption.

sebleblanc commented on 2013-11-08 22:09 (UTC)

You should write either this: makedepends('ocaml' 'ocaml-findlib') or makedepends(ocaml ocaml-findlib)