1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 18:50:19 +02:00
guile/libguile/lightning/AUTHORS
Andy Wingo 40aafa5279 Merge GNU lightning to libguile/lightning
* libguile/lightning/: New directory, made by the following commands:

  git remote add lightning https://git.savannah.gnu.org/git/lightning.git
  git merge -s ours --no-commit --allow-unrelated-histories lightning/master
  git read-tree --prefix=libguile/lightning/ -u lightning/master

  In theory we will be able to update via:

  git merge -s subtree lightning/master
2018-06-30 10:54:39 +02:00

14 lines
415 B
Text

Paulo Cesar Pereira de Andrade <pcpa@gnu.org>
Paolo Bonzini <bonzini@gnu.org>
PPC assembler by Ian Piumarta <piumarta@inria.fr>
i386 assembler by Ian Piumarta <piumarta@inria.fr>
and Gwenole Beauchesne <gb.public@free.fr>
x86-64 backend by Matthew Flatt <mflatt@cs.utah.edu>
Major PPC contributions by Laurent Michel <ldm@thorgal.homelinux.org>
Major SPARC contributions by Ludovic Courtes <ludo@chbouib.org>