Skip to content
Snippets Groups Projects
dune 354 B
Newer Older
;; Time-stamp: <modified the 15/03/2019 (at 16:11) by Erwan Jahier>

(library
 (name     sasacore)
 (public_name  sasacore)
 (libraries dynlink ocamlgraph algo lutils)
 (synopsis "The Sasa main files (shared by the sasa exec and the rdbgPlugin")
)

; (modules_without_implementation algo)

;(install
; (section lib)
; (package algo)
; (files algo.cmxa))