File: pkg.ml

package info (click to toggle)
ocaml-fpath 0.7.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 284 kB
  • sloc: ml: 2,005; sh: 19; makefile: 16
file content (11 lines) | stat: -rwxr-xr-x 279 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env ocaml
#use "topfind"
#require "topkg"
open Topkg

let () =
  Pkg.describe "fpath" @@ fun c ->
  Ok [ Pkg.mllib ~api:["Fpath"] "src/fpath.mllib";
       Pkg.mllib ~api:[] "src/fpath_top.mllib";
       Pkg.lib "src/fpath_top_init.ml";
       Pkg.test "test/test"; ]