caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANNOUNCE] llpp v28
@ 2018-05-30  7:52 moosotc
  2018-05-30 13:34 ` Kate
  0 siblings, 1 reply; 3+ messages in thread
From: moosotc @ 2018-05-30  7:52 UTC (permalink / raw)
  To: caml

New version of llpp (tagged llipposuction) is now available at:
* http://repo.or.cz/w/llpp.git
* https://github.com/moosotc/llpp/

============================================================================
Blurb

llpp is a graphical PDF pager, which aims to superficially resemble
less(1)

============================================================================
Links

videos - https://www.youtube.com/watch?v=qNszKpCUXhQ&list=PLLAukRknwSgFhpYsDKHY0oWpvV03Qj4AE
bug tracker - https://github.com/moosotc/llpp/issues

============================================================================
Changes (relative to v27)

* Removed:
  remnants of Microsoft Windows (Cygwin) support
  EGL
  some rarely used keyboard shortcuts
  automatic shell completion generators
  BGR
  vestiges of Make
  altivec memory clearing
  non-persistent bookmarks

* Improved:
  build system
  inotify script (Malte Tammena)
  macOS support

Summary v27..v28
   480	malc
    15	moolc
     2	0xe0f
     2	Malte Tammena
     1	Nicolás Ojeda Bär

Diffstat v27..HEAD
[..snip for brevity..]
74 files changed, 3538 insertions(+), 5063 deletions(-)

-- 
mailto:moosotc@gmail.com

-- 
Caml-list mailing list.  Subscription management and archives:
https://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] [ANNOUNCE] llpp v28
  2018-05-30  7:52 [Caml-list] [ANNOUNCE] llpp v28 moosotc
@ 2018-05-30 13:34 ` Kate
  2018-05-30 14:34   ` moosotc
  0 siblings, 1 reply; 3+ messages in thread
From: Kate @ 2018-05-30 13:34 UTC (permalink / raw)
  To: moosotc; +Cc: caml

[-- Attachment #1: Type: text/plain, Size: 2068 bytes --]

Hello,

This looks like a pretty good piece of software but it seems that it is not
available in opam.
Is there a particular reason for that ? Would you like some help to create
your opam package and push it upstream ?

Cheers,
Kate

2018-05-30 8:52 GMT+01:00 <moosotc@gmail.com>:

> New version of llpp (tagged llipposuction) is now available at:
> * http://repo.or.cz/w/llpp.git
> * https://github.com/moosotc/llpp/
>
> ============================================================
> ================
> Blurb
>
> llpp is a graphical PDF pager, which aims to superficially resemble
> less(1)
>
> ============================================================
> ================
> Links
>
> videos - https://www.youtube.com/watch?v=qNszKpCUXhQ&list=
> PLLAukRknwSgFhpYsDKHY0oWpvV03Qj4AE
> bug tracker - https://github.com/moosotc/llpp/issues
>
> ============================================================
> ================
> Changes (relative to v27)
>
> * Removed:
>   remnants of Microsoft Windows (Cygwin) support
>   EGL
>   some rarely used keyboard shortcuts
>   automatic shell completion generators
>   BGR
>   vestiges of Make
>   altivec memory clearing
>   non-persistent bookmarks
>
> * Improved:
>   build system
>   inotify script (Malte Tammena)
>   macOS support
>
> Summary v27..v28
>    480  malc
>     15  moolc
>      2  0xe0f
>      2  Malte Tammena
>      1  Nicolás Ojeda Bär
>
> Diffstat v27..HEAD
> [..snip for brevity..]
> 74 files changed, 3538 insertions(+), 5063 deletions(-)
>
> --
> mailto:moosotc@gmail.com
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs

-- 
Caml-list mailing list.  Subscription management and archives:
https://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

[-- Attachment #2: Type: text/html, Size: 3149 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] [ANNOUNCE] llpp v28
  2018-05-30 13:34 ` Kate
@ 2018-05-30 14:34   ` moosotc
  0 siblings, 0 replies; 3+ messages in thread
From: moosotc @ 2018-05-30 14:34 UTC (permalink / raw)
  To: Kate; +Cc: caml

Kate <jp.deplaix@gmail.com> writes:

> Hello,
>
> This looks like a pretty good piece of software but it seems that it is not
> available in opam.
> Is there a particular reason for that ? Would you like some help to create
> your opam package and push it upstream ?
>

I don't like language specific distribution systems, be it pip, cargo,
cabal, opam, whatever. Furthermore - last time i've tried to install
opam on this system (just to see what it offers) i've failed miserably,
this thing is too damn complicated for me :(

Not sure what you mean by pushing upstream.

I don't mind an opam package, it's just that i don't want to have
anything to do with maintaining it :(

[..snip..]

-- 
mailto:moosotc@gmail.com

-- 
Caml-list mailing list.  Subscription management and archives:
https://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-30 14:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-30  7:52 [Caml-list] [ANNOUNCE] llpp v28 moosotc
2018-05-30 13:34 ` Kate
2018-05-30 14:34   ` moosotc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).