File: TestGettext.ml

package info (click to toggle)
ocaml-gettext 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,132 kB
  • ctags: 655
  • sloc: ml: 5,433; xml: 1,892; makefile: 520; sh: 457; ansic: 155
file content (7 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7

include Gettext.Library(struct
  let textdomain   = "ocaml-gettext"
  let codeset      = None
  let dir          = None
  let dependencies = [] 
  end)