Skip to content

Commit

Permalink
Revert toplevel/native/dune to ocaml-jst version
Browse files Browse the repository at this point in the history
  • Loading branch information
mshinwell committed Dec 13, 2022
1 parent 6061e4c commit 3e4f1b9
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions toplevel/native/dune
Expand Up @@ -12,30 +12,30 @@
;* *
;**************************************************************************

; (copy_files# ../*.ml*)
;
; (library
; (name ocamltoplevel_native)
; (wrapped false)
; (modes native)
; (flags (:standard -principal))
; (libraries ocamlcommon ocamloptcomp dynlink_internal)
; (modules :standard \ topstart expunge))
;
; (executable
; (name topstart)
; (modes native)
; (flags (:standard -principal))
; (modules topstart)
; (libraries ocamltoplevel_native))
;
; (install
; (files
; (topstart.exe as ocamlnat)
; )
; (section bin)
; (package ocaml))
;
(copy_files# ../*.ml*)

(library
(name ocamltoplevel_native)
(wrapped false)
(modes native)
(flags (:standard -principal))
(libraries ocamlcommon ocamloptcomp dynlink_internal)
(modules :standard \ topstart expunge))

(executable
(name topstart)
(modes native)
(flags (:standard -principal))
(modules topstart)
(libraries ocamltoplevel_native))

(install
(files
(topstart.exe as ocamlnat)
)
(section bin)
(package ocaml))

;
; (install
; (files
Expand Down

0 comments on commit 3e4f1b9

Please sign in to comment.