File: simple.ml

package info (click to toggle)
opam-file-format 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 280 kB
  • sloc: ml: 2,356; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 222 bytes parent folder | download
1
2
3
(* This "program" is used to verify that the library is linkable - see #40 *)
let file = OpamParser.FullPos.file "./opam-file-format.opam"
in Printf.printf "Successfully loaded %s\n" file.OpamParserTypes.FullPos.file_name