https://github.com/fccm2/caml-xss
xss stubs for ocaml
https://github.com/fccm2/caml-xss
Last synced: 4 months ago
JSON representation
xss stubs for ocaml
- Host: GitHub
- URL: https://github.com/fccm2/caml-xss
- Owner: fccm2
- Created: 2024-10-13T20:10:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-10T21:59:14.000Z (over 1 year ago)
- Last Synced: 2025-04-03T01:51:10.543Z (about 1 year ago)
- Language: C
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.caml_xss
Awesome Lists containing this project
README
This package tries to provide a possible way to create screen-savers for
xscreensaver, with the ocaml programming language.
This package is known to work with (*at least*) xscreensaver version 6.09.
You need xscreensaver sources to compile the stubs of this package.
You need to copy the files from this repository, inside the sources of
your local xscreensaver sources, then follow instructions from the file:
"hacks/caml_xss.readme".
If you already installed a version of xscreensaver, you don't need to uninstall
it to add additional (ocaml-)savers, you can just copy the new ones, and put
it next to the other ones, in the system, or anywhere else.
The savers from xscreensaver can also be used as demo(s), and/or even as
games, because there is a callback for input-events from the user.
So you can make a saver that just runs alone as a usual saver, without
user-input, and which creates interactions if user-input suddenly arrive.
Now you can copy-paste the commands to compile the examples from the file:
"hacks/caml_xss.readme".