-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7112547
commit 67c854a
Showing
49 changed files
with
5,473 additions
and
463 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
;(rule | ||
; (targets input.zci gtkplot.zci) | ||
; (deps (:zli input.zli gtkplot.zli) ../std/stdlib.zci) | ||
; (action (run zeluc -I ../std %{zli}))) | ||
|
||
;(rule | ||
; (targets scope.ml scope.zci) | ||
; (deps (:zls scope.zls) gtkplot.zci ../std/basics.zci ../std/stdlib.zci) | ||
; (action (run zeluc -I ../std %{zls}))) | ||
|
||
;(library | ||
; (name gtklib) | ||
; (public_name zelus-gtk) | ||
; (optional) | ||
; (libraries zelus lablgtk2) | ||
; (wrapped false) | ||
; (modules input scope gtkplot zlsrungtk)) | ||
|
||
;(install | ||
; (package zelus-gtk) | ||
; (section share) | ||
; (files input.zci scope.zci gtkplot.zci)) |
Oops, something went wrong.