Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions bin/Hello.re
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Console.log("Running Test Program:");
let () = print_endline(Lib.Util.hello());
Lib.Util.hello();
let () = print_endline("hello");
658 changes: 134 additions & 524 deletions esy.lock/index.json

Large diffs are not rendered by default.

38 changes: 0 additions & 38 deletions esy.lock/opam/astring.0.8.3/opam

This file was deleted.

9 changes: 0 additions & 9 deletions esy.lock/opam/base-bytes.base/opam

This file was deleted.

8 changes: 8 additions & 0 deletions esy.lock/opam/base-ocamlbuild.base/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
opam-version: "2.0"
maintainer: "[email protected]"

synopsis:
"OCamlbuild binary and libraries distributed with the OCaml compiler"
depends: [
"ocaml" {>= "3.10" & < "4.03"}
]
47 changes: 0 additions & 47 deletions esy.lock/opam/bos.0.2.0/opam

This file was deleted.

36 changes: 0 additions & 36 deletions esy.lock/opam/cmdliner.1.0.3/opam

This file was deleted.

4 changes: 2 additions & 2 deletions esy.lock/opam/conf-m4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ depexts: [
["m4"] {os-distribution = "alpine"}
["m4"] {os-distribution = "nixos"}
["m4"] {os-family = "suse"}
["m4"] {os-distribution = "oraclelinux"}
["m4"] {os-distribution = "archlinux"}
["m4"] {os-distribution = "ol"}
["m4"] {os-distribution = "arch"}
]
synopsis: "Virtual package relying on m4"
description:
Expand Down
2 changes: 1 addition & 1 deletion esy.lock/opam/conf-which.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depexts: [
["debianutils"] {os-distribution = "debian"}
["debianutils"] {os-distribution = "ubuntu"}
["which"] {os-distribution = "nixos"}
["which"] {os-distribution = "archlinux"}
["which"] {os-distribution = "arch"}
]
synopsis: "Virtual package relying on which"
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ packages across several versions of OCaml and gives cross-compilation
for free.
"""
url {
src: "https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz"
checksum: "md5=1212a36547d25269675d767c38fecf5f"
src: "https://github.com/ocaml/dune/releases/download/1.9.1/dune-1.9.1.tbz"
checksum: [
"sha256=c9a1e258a14d96fd95fb525e7659c371e8b1d253905e3d39c5b2efa280b4927c"
"sha512=842d0aa7fbe97bc5a0fde974fa9ddd95d8e2f60a7018b60779cf782282e2bc362f4ae347cd7795b857a8e05ebb9d82f1236c0e4d1e7ec10d3b210028bc2058c1"
]
}
43 changes: 0 additions & 43 deletions esy.lock/opam/fmt.0.8.5/opam

This file was deleted.

34 changes: 0 additions & 34 deletions esy.lock/opam/fpath.0.7.2/opam

This file was deleted.

57 changes: 0 additions & 57 deletions esy.lock/opam/logs.0.6.2/opam

This file was deleted.

2 changes: 1 addition & 1 deletion esy.lock/opam/merlin-extend.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build: [make]
install: [make "install"]
remove: ["ocamlfind" "remove" "merlin_extend"]
depends: [
"ocaml" {>= "4.02.3"}
"ocaml" {>= "4.02.3" & < "4.08.0"}
"ocamlfind" {build}
"cppo" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion esy.lock/opam/ocaml-migrate-parsetree.1.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"result"
"ppx_derivers"
"dune" {build & >= "1.6.0"}
"ocaml" {>= "4.02.3"}
"ocaml" {>= "4.02.3" & < "4.08.0"}
]
synopsis: "Convert OCaml parsetrees between different versions"
description: """
Expand Down
36 changes: 0 additions & 36 deletions esy.lock/opam/ocamlbuild.0.12.0/opam

This file was deleted.

20 changes: 20 additions & 0 deletions esy.lock/opam/ocamlbuild.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
opam-version: "2.0"
maintainer: "Gabriel Scherer <[email protected]>"
authors: [
"Nicolas Pouillard"
"Berke Durak"
]
license: "LGPL-2 with OCaml linking exception"

homepage: "https://github.com/ocaml/ocaml"
dev-repo: "git+https://github.com/ocaml/ocaml.git"
bug-reports: "http://caml.inria.fr/mantis/"

doc: [
"http://caml.inria.fr/pub/docs/manual-ocaml/ocamlbuild.html"
"https://github.com/gasche/manual-ocamlbuild/blob/master/manual.md"
]

depends: ["ocaml" "base-ocamlbuild"]
synopsis:
"Build system distributed with the OCaml compiler since OCaml 3.10.0"
Loading