Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpouzet committed Oct 21, 2024
1 parent 66c07b8 commit 510235d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let version = "z0"
let version = "2024"
let subversion = "dev"
let stdlib = "/Users/pouzet/article/paper/lustre/hybrid/zelus_git/github/zrun.work/_build/install/default/share/zelus"
let date = "2024-07-17-9:55"
let stdlib = "/Users/pouzet/article/paper/lustre/hybrid/zelus_git/github/zelus.2024.git/_build/install/default/share/zelus"
let date = "2024-10-21-16:55"
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#load "unix.cma"

let version = "2.2"
let version = "2024"
let subversion = "dev"

let prefix = ref (Filename.concat (Sys.getcwd ()) "_build/install/default/")
Expand Down Expand Up @@ -40,7 +40,7 @@ let () =
"date", dquote @@ get_current_date ();
]
in
let oc = open_out_bin "zconfig.ml" in
let oc = open_out_bin "config.ml" in
List.iter
(fun (x, s) -> Printf.fprintf oc {|let %s = %s
|} x s)
Expand Down
7 changes: 7 additions & 0 deletions zrun.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
opam-version: "1.0"
version: "z0"
synopsis: "ZRun, A synchronous language interpreter"
authors: [
"Marc Pouzet <[email protected]>"
]
maintainer: ["Marc Pouzet <[email protected]>"]

0 comments on commit 510235d

Please sign in to comment.