Skip to content

pkulev/emacs-libyaml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libyaml.el

libyaml binding for Emacs Lisp.

Requirements

  • Emacs 25 or higher(configured with --with-modules)
  • libyaml

Interfaces

(yaml-read-from-string string)

Parse string and return Emacs Lisp objects.

(yaml-read-file file)

Read YAML file and return Emacs Lisp objects.

(yaml-dump obj)

Dump Emacs Lisp object to YAML string.

Conversion Rule

YAML Emacs Lisp
123 integer
123.4 float
"123" string
t, On, Yes, TRUE t : symbol
n, No, Off, False nil : symbol
- aaa
- bbb
vector
name: Foo
year: 19
hash-table

About

libyaml binding of Emacs Lisp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 76.6%
  • Emacs Lisp 19.7%
  • Makefile 3.7%