-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnative.opam.locked
More file actions
33 lines (33 loc) · 886 Bytes
/
native.opam.locked
File metadata and controls
33 lines (33 loc) · 886 Bytes
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
opam-version: "2.0"
name: "native"
version: "~dev"
synopsis: "Native platform adapter for dicephrase"
description: "A longer description"
maintainer: "world"
authors: "A. N. Other"
license: "MIT"
tags: ["json" "native"]
homepage: "https://github.com/username/reponame"
doc: "https://url/to/documentation"
bug-reports: "https://github.com/username/reponame/issues"
depends: [
"base-bigarray" {= "base"}
"base-domains" {= "base"}
"base-nnp" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"cppo" {= "1.6.9"}
"dune" {= "3.10.0"}
"ocaml" {= "5.1.0"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-config" {= "3"}
"ocaml-option-flambda" {= "1"}
"ocaml-variants" {= "5.1.0+options"}
"ppx_blob" {= "0.7.2"}
"ppx_derivers" {= "1.2.1"}
"ppxlib" {= "0.30.0"}
"seq" {= "base"}
"sexplib0" {= "v0.16.0"}
"stdlib-shims" {= "0.3.0"}
"yojson" {= "2.1.0"}
]