File: META

package info (click to toggle)
ocaml-fpath 0.7.3-4
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 284 kB
  • sloc: ml: 2,005; sh: 19; makefile: 16
file content (17 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description = "File system paths for OCaml"
version = "%%VERSION_NUM%%"
requires = "astring"
archive(byte) = "fpath.cma"
archive(native) = "fpath.cmxa"
plugin(byte) = "fpath.cma"
plugin(native) = "fpath.cmxs"

package "top" (
  description = "Fpath toplevel support"
  version = "%%VERSION_NUM%%"
  requires = "astring.top fpath"
  archive(byte) = "fpath_top.cma"
  archive(native) = "fpath_top.cmxa"
  plugin(byte) = "fpath_top.cma"
  plugin(native) = "fpath_top.cmxs"
)