1!--------------------------------------------------------------------------------------------------!
2!  DFTB+: general package for performing fast atomistic simulations                                !
3!  Copyright (C) 2006 - 2019  DFTB+ developers group                                               !
4!                                                                                                  !
5!  See the LICENSE file for terms of usage and distribution.                                       !
6!--------------------------------------------------------------------------------------------------!
7
8!> Exporting the functionality we use from the library XMLF90.
9module dftbp_xmlf90
10  use xmlf90_strings
11  use xmlf90_flib_wxml
12  use xmlf90_flib_dom
13  implicit none
14  public
15
16  public :: xmlf_t
17
18end module dftbp_xmlf90
19