blob: 0d3a920052c932f17c75be41da8b863f77b77b01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "ansi" "20230306.1823"
"Turn string into ansi strings."
'((emacs "24.1")
(cl-lib "0.6"))
:url "http://github.com/rejeep/ansi"
:commit "c79806eacdf96e061abf5334f4c3364a995705d4"
:revdesc "c79806eacdf9"
:keywords '("terminals" "color" "ansi")
:authors '(("Johan Andersson" . "johan.rejeep@gmail.com"))
:maintainers '(("Johan Andersson" . "johan.rejeep@gmail.com")))
|