This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
47
unikernel/duniverse/ocaml-crunch/crunch.opam
Normal file
47
unikernel/duniverse/ocaml-crunch/crunch.opam
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
version: "4.0.0"
|
||||
opam-version: "2.0"
|
||||
maintainer: "MirageOS team"
|
||||
authors: ["Anil Madhavapeddy" "Thomas Gazagnaire" "Stefanie Schirmer" "Hannes Mehnert"]
|
||||
homepage: "https://github.com/mirage/ocaml-crunch"
|
||||
bug-reports: "https://github.com/mirage/ocaml-crunch/issues"
|
||||
doc: "https://mirage.github.io/ocaml-crunch/"
|
||||
license: "ISC"
|
||||
dev-repo: "git+https://github.com/mirage/ocaml-crunch.git"
|
||||
tags: ["org:mirage" "org:xapi-project"]
|
||||
|
||||
depends: [
|
||||
"ocaml" {>= "4.08.0"}
|
||||
"cmdliner" {>= "1.1"}
|
||||
"ptime"
|
||||
"dune" {>= "2.5"}
|
||||
"lwt" {with-test}
|
||||
"mirage-kv" {with-test & >= "3.0.0"}
|
||||
"mirage-kv-mem" {with-test & >= "4.0.0"}
|
||||
"fmt" {with-test}
|
||||
]
|
||||
conflicts: [
|
||||
"mirage-kv" {< "3.0.0"}
|
||||
"mirage-kv-mem" {< "4.0.0"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
"-p"
|
||||
name
|
||||
"-j"
|
||||
jobs
|
||||
"@install"
|
||||
"@runtest" {with-test}
|
||||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
synopsis: "Convert a filesystem into a static OCaml module"
|
||||
description: """
|
||||
`ocaml-crunch` takes a directory of files and compiles them into a standalone
|
||||
OCaml module which serves the contents directly from memory. This can be
|
||||
convenient for libraries that need a few embedded files (such as a web server)
|
||||
and do not want to deal with all the trouble of file configuration.
|
||||
"""
|
||||
x-maintenance-intent: [ "(latest)" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue