-
Notifications
You must be signed in to change notification settings - Fork 1
/
schmu.opam.locked
61 lines (61 loc) · 1.37 KB
/
schmu.opam.locked
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
opam-version: "2.0"
version: "0.1"
description:
"A functional programming language focused on a simple and practical core"
maintainer: ["tobiasjammer@gmail.com"]
authors: ["Tobias Mock"]
depends: [
"base" {= "v0.15.1"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"bigarray-compat" {= "1.1.0"}
"conf-bash" {= "1"}
"conf-cmake" {= "1"}
"conf-llvm" {= "14.0.6"}
"conf-python-3" {= "9.0.0"}
"cppo" {= "1.6.9"}
"csexp" {= "1.5.1"}
"ctypes" {= "0.20.2"}
"dune" {= "3.7.1"}
"dune-configurator" {= "3.7.1"}
"dune-private-libs" {= "3.6.2"}
"dune-site" {= "3.6.2"}
"dyn" {= "3.6.2"}
"integers" {= "0.7.0"}
"llvm" {= "14.0.6"}
"menhir" {= "20220210"}
"menhirLib" {= "20220210"}
"menhirSdk" {= "20220210"}
"ocaml" {= "4.14.0"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocamlfind" {= "1.9.6"}
"ordering" {= "3.6.2"}
"pp" {= "1.1.2"}
"pp_loc" {= "2.1.0"}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "5.2.1"}
"ppx_sexp_conv" {= "v0.15.1"}
"ppxlib" {= "0.29.1"}
"result" {= "1.5"}
"sexplib0" {= "v0.15.1"}
"stdlib-shims" {= "0.3.0"}
"stdune" {= "3.6.2"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
name: "schmu"
synopsis: ""