Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpouzet committed Oct 23, 2024
1 parent 7112547 commit 67c854a
Show file tree
Hide file tree
Showing 49 changed files with 5,473 additions and 463 deletions.
File renamed without changes.
File renamed without changes.
463 changes: 0 additions & 463 deletions src/global/zelus.ml.8

This file was deleted.

22 changes: 22 additions & 0 deletions src/lib/gtk/dune
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))
Loading

0 comments on commit 67c854a

Please sign in to comment.